extract-dtb: update to v1.1 (#431)

This commit is contained in:
Pablo Castellano 2017-08-21 17:06:44 +02:00 committed by Oliver Smith
parent 05fc3f453e
commit 5eca2d9808
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
pkgname=extract-dtb
pkgver="1.0"
pkgver="1.1"
pkgrel=0
pkgdesc="Tool to split a kernel image with appended dtbs into separated kernel and dtb files."
url="https://github.com/PabloCastellano/extract-dtb"
@ -14,4 +14,4 @@ package() {
install -Dm755 "$pkgname".py "$pkgdir"/usr/bin/"$pkgname"
}
sha512sums="59da50ce097a33224be01785404f2a6052e85d6a115382bb13852f8bcfee16bed5776d1f704f3697f277d7a3734580b104168f56c7e06cdc8cf0ea9f79c13495 extract-dtb-1.0.tar.gz"
sha512sums="4ded48f9e7b2f810df4504b6fa905dbadcce54fa55f381d05545b30b9eef8938cf334d18137f28b4b3fd791b4ecde2fff4502987635147949efbc91007a82acb extract-dtb-1.1.tar.gz"