summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042017-04-04 20:21:15 +0800
committerjerry732042017-04-04 20:21:15 +0800
commitf4b68809f5c777919d1916724a59340ba198b304 (patch)
tree7bedbcf21548d498e96b6dcda852edc30184598f /PKGBUILD
parent7fbe4c06b4c76305c5d077a48726389c4d6fe7e0 (diff)
downloadaur-f4b68809f5c777919d1916724a59340ba198b304.tar.gz
Updated to 20170121
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c23fc28af0f..121839c993a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=libesedb
-pkgver=20151213
+pkgver=20170121
pkgrel=1
pkgdesc='Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.'
url='https://github.com/libyal/libesedb'
@@ -14,7 +14,7 @@ replaces=()
backup=()
install=''
source=("https://github.com/libyal/libesedb/releases/download/${pkgver}/libesedb-experimental-${pkgver}.tar.gz")
-sha1sums=('c12c75c3115f13787e19774e6cd4a9c02c8b27cb')
+sha1sums=('6b29b7e634953885c0716f144b278e7b2c64e9e3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"