summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a6fe4af69f1..c166ad3b679a 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.7
+ pkgver = 1.8
pkgrel = 1
url = http://http.download.nvidia.com/tegra-public-appnotes/bct-overview.html
arch = i686
@@ -9,8 +9,8 @@ pkgbase = cbootimage
license = GPL
makedepends = automake
makedepends = autoconf
- source = https://github.com/NVIDIA/cbootimage/archive/v1.7.tar.gz
- sha256sums = 373c108d7b6778c62a33e59ad0cd5ea9ebb379319a0c8b4cf469eaa8bec5521b
+ source = https://github.com/NVIDIA/cbootimage/archive/v1.8.tar.gz
+ sha256sums = 46cce01f07df977668de9e1d49884d8ed539169994215606a9719d17b9db8804
pkgname = cbootimage
diff --git a/PKGBUILD b/PKGBUILD
index f63658e4c50a..a4034e68f059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: lks <lukas dot graetz at web dot de>
pkgname=cbootimage
-pkgver=1.7
+pkgver=1.8
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")
-sha256sums=('373c108d7b6778c62a33e59ad0cd5ea9ebb379319a0c8b4cf469eaa8bec5521b')
+sha256sums=('46cce01f07df977668de9e1d49884d8ed539169994215606a9719d17b9db8804')
build() {