mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
uboot-usbarmory: fix PKGBUILDs checksums
This commit is contained in:
parent
10bac879f0
commit
b49dc67212
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=uboot-usbarmory
|
||||
pkgver=2014.07
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="U-Boot for USB armory"
|
||||
arch=('armv7h')
|
||||
url="https://github.com/inversepath/u-boot-usbarmory.git"
|
||||
|
@ -16,7 +16,7 @@ source=("u-boot-${pkgver}::git+https://github.com/inversepath/u-boot-usbarmory.g
|
|||
'uEnv.txt')
|
||||
md5sums=('SKIP'
|
||||
'e91817ce9752f85de4f2f91130b7d711'
|
||||
'd41d8cd98f00b204e9800998ecf8427e')
|
||||
'5e8a8854cc2a154e1a157535f2161913')
|
||||
|
||||
prepare() {
|
||||
cd u-boot-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue