summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlks2015-10-24 09:30:33 +0200
committerlks2015-10-24 09:30:33 +0200
commit13d345438b0b495a520e9f04f879f9e7f9467c45 (patch)
tree211c89c53949418af6d506f7befa333da400369f
parentf988901d87270d4d82e02bc33d59d99e39ec3eb3 (diff)
downloadaur-13d345438b0b495a520e9f04f879f9e7f9467c45.tar.gz
Update to 1.6-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abc2babc2348..06c4b7217001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cbootimage
pkgdesc = Tools to dump and generate boot config table on Tegra devices
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 1
url = http://http.download.nvidia.com/tegra-public-appnotes/bct-overview.html
arch = i686
@@ -9,8 +9,7 @@ pkgbase = cbootimage
license = GPL
makedepends = automake
makedepends = autoconf
- source = https://github.com/NVIDIA/cbootimage/archive/v1.5.tar.gz
- md5sums = 1a5f365391bbef5893fb9181523c95f3
+ source = https://github.com/NVIDIA/cbootimage/archive/v1.6.tar.gz
pkgname = cbootimage
diff --git a/PKGBUILD b/PKGBUILD
index daeae34705f5..be2d1e41e2f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: lks <lukas dot graetz at web dot de>
pkgname=cbootimage
-pkgver=1.5
+pkgver=1.6
pkgrel=1
pkgdesc="Tools to dump and generate boot config table on Tegra devices"
arch=('i686' 'x86_64' 'armv7h')
@@ -9,7 +9,7 @@ url="http://http.download.nvidia.com/tegra-public-appnotes/bct-overview.html"
makedepends=('automake' 'autoconf')
source=('cbootimage.tar')
source=("https://github.com/NVIDIA/cbootimage/archive/v${pkgver}.tar.gz")
-md5sums=('1a5f365391bbef5893fb9181523c95f3')
+sh256sums=('a15739c9e2ca4f582de56c4c795c057d7b322224edd65228bdd725dfdd3aa78c')
build() {