git » uboot-tools.git » commit 7f419cc

upgpkg: 2021.04-1

author Jelle van der Waa
2021-04-06 13:56:33 UTC
committer Jelle van der Waa
2021-04-06 13:56:33 UTC
parent a3ad897b2f6f5af70cde47cd286f26cb4dfa4d81

upgpkg: 2021.04-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f0f6b5f..5c2a4c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader <philipp.schrader+arch@gmail.com>
 
 pkgname=uboot-tools
-pkgver=2021.01
+pkgver=2021.04
 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=('af6228e71419c29bb0192631bc8868e211941f9d'
+sha1sums=('a69cf9cf8ddda0935b0bfed86e90fde1124f133d'
           'SKIP')
 
 build() {