summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042019-04-20 09:19:17 +0800
committerjerry732042019-04-20 09:19:17 +0800
commitbed86a689b49b44f50c2090c53415963d558907e (patch)
tree61a0d5d9cdedfb8ddab829c67e287c6a4f52f24d /PKGBUILD
parentf4b68809f5c777919d1916724a59340ba198b304 (diff)
downloadaur-bed86a689b49b44f50c2090c53415963d558907e.tar.gz
Updated to 20181229-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 121839c993a3..a255d2887bff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=libesedb
-pkgver=20170121
+pkgver=20181229
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=('6b29b7e634953885c0716f144b278e7b2c64e9e3')
+sha256sums=('fa84b43179755241003f5b76a5193c2c1793a36f4566ed09ff564deaff5b7e63')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"