summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042021-01-19 04:26:37 +0800
committerjerry732042021-01-19 04:26:37 +0800
commitc7e97cd1d0e6a4b7a2aa8a08f566c59dfae3c9ae (patch)
tree1680d594889bcdb5d39b1fbbc8727e95d6a7bcd3
parentbed86a689b49b44f50c2090c53415963d558907e (diff)
downloadaur-c7e97cd1d0e6a4b7a2aa8a08f566c59dfae3c9ae.tar.gz
Bump to 20200418-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58b83960521b..31482ec56898 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libesedb
pkgdesc = Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
- pkgver = 20181229
+ pkgver = 20200418
pkgrel = 1
url = https://github.com/libyal/libesedb
arch = any
license = LGPLv3+
depends = glibc
- source = https://github.com/libyal/libesedb/releases/download/20181229/libesedb-experimental-20181229.tar.gz
- sha256sums = fa84b43179755241003f5b76a5193c2c1793a36f4566ed09ff564deaff5b7e63
+ source = https://github.com/libyal/libesedb/releases/download/20200418/libesedb-experimental-20200418.tar.gz
+ sha256sums = 184178eb825c43e502eae33730a40fc2ca14f8beae023ef525f9bbe407e19078
pkgname = libesedb
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}"