summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Sänger2022-12-04 08:22:39 +0100
committerThomas Sänger2022-12-04 08:22:39 +0100
commitb0119c915827587e3c0c4a404a9306d5de19c4b2 (patch)
treed9ec99239a6dd6598b9860b27eda2a7044db451c /PKGBUILD
parentcd85ad75e6eb487023026afba48cd4b79ad3bb5c (diff)
downloadaur-ubi_reader.tar.gz
update 0.8.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b03f10d74b3..5c39d073a74a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Morgan LEFIEUX <comete_AT_archlinuxfr.org>
pkgname=ubi_reader
-pkgver=0.8.0
+pkgver=0.8.5
pkgrel=1
pkgdesc="Collection of Python scripts for reading information about and extracting data from UBI and UBIFS images."
arch=("any")
@@ -12,7 +12,7 @@ license=("GPL3")
depends=("python" "python-lzo")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/jrspruitt/ubi_reader/archive/refs/tags/v$pkgver-master.tar.gz")
-b2sums=('e802833fcc633739da6cb3cfffb8f398ad27261df55301b6322ea7303aeccbc57f6a685cefa4005ecf80e2a968139d091a8b5c6a9783dd613a5016ba56d55425')
+b2sums=('c55bc689af0a32a0e65aa6f860617131654d11ad5e6f7f1e37b4e048718c061f352965f9793595dc16162df0c08ce32d4db2d6bfaee9366110028f7fe61a5c98')
build() {
cd "${pkgname}-${pkgver}-master"