git » uboot-tools.git » commit f044327

upgpkg: 2022.10-1

author Jelle van der Waa
2022-10-06 17:06:11 UTC
committer Jelle van der Waa
2022-10-06 17:06:11 UTC
parent 2d4b1baa9e4c3cef075744a311a903b4f88ec91b

upgpkg: 2022.10-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 1326c45..a9d96fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader <philipp.schrader+arch@gmail.com>
 
 pkgname=uboot-tools
-pkgver=2022.07
+pkgver=2022.10
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(python swig)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
 options=(!lto)
-sha1sums=('e49d94eb93c560b23b62d477db7b6906492e7d7e'
+sha1sums=('7b4cab68c38c3f449f80eabb63183a271405f6b4'
           'SKIP')
 
 build() {