summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a255d2887bff..49665b989d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=libesedb
-pkgver=20181229
+pkgver=20200418
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")
-sha256sums=('fa84b43179755241003f5b76a5193c2c1793a36f4566ed09ff564deaff5b7e63')
+sha256sums=('184178eb825c43e502eae33730a40fc2ca14f8beae023ef525f9bbe407e19078')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"