git » uboot-tools.git » commit a056d47

upgpkg: 2021.07-1

author Jelle van der Waa
2021-07-05 19:30:30 UTC
committer Jelle van der Waa
2021-07-05 19:30:30 UTC
parent 7f419ccd0725a5d135643c23b4206c94f3a37fff

upgpkg: 2021.07-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 5c2a4c7..82cc577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader <philipp.schrader+arch@gmail.com>
 
 pkgname=uboot-tools
-pkgver=2021.04
+pkgver=2021.07
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,7 +12,7 @@ license=(GPL)
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
-sha1sums=('a69cf9cf8ddda0935b0bfed86e90fde1124f133d'
+sha1sums=('fc997c4efbb93df340c41e0c7b8a4137ab8b6ee3'
           'SKIP')
 
 build() {