summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormuhgoslav_klose2023-07-06 18:36:09 +0200
committermuhgoslav_klose2023-07-06 18:36:09 +0200
commitbad4de8df92be69962921491295083f25302f26c (patch)
treeda87243ced3e4351b9e2dd2f4bd811ccb7c11028 /PKGBUILD
parentc7e97cd1d0e6a4b7a2aa8a08f566c59dfae3c9ae (diff)
downloadaur-libesedb.tar.gz
Updated to 20230318
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49665b989d48..c0f050f4540e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: jerry73204 <jerry73204@gmail.com>
+# Maintainer: muhgoslav_klose <muhgo@muhgo.me>
+# Contributor: jerry73204 <jerry73204@gmail.com>
pkgname=libesedb
-pkgver=20200418
+pkgver=20230318
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 +15,7 @@ replaces=()
backup=()
install=''
source=("https://github.com/libyal/libesedb/releases/download/${pkgver}/libesedb-experimental-${pkgver}.tar.gz")
-sha256sums=('184178eb825c43e502eae33730a40fc2ca14f8beae023ef525f9bbe407e19078')
+sha256sums=('324c68505827907a2e933164e636cacb221a9622bd5a8222b8d4b8e5f0d4031e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"