summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a054eafd376a..58b83960521b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Tue Apr 4 12:20:47 UTC 2017
pkgbase = libesedb
pkgdesc = Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
- pkgver = 20170121
+ pkgver = 20181229
pkgrel = 1
url = https://github.com/libyal/libesedb
arch = any
license = LGPLv3+
depends = glibc
- source = https://github.com/libyal/libesedb/releases/download/20170121/libesedb-experimental-20170121.tar.gz
- sha1sums = 6b29b7e634953885c0716f144b278e7b2c64e9e3
+ source = https://github.com/libyal/libesedb/releases/download/20181229/libesedb-experimental-20181229.tar.gz
+ sha256sums = fa84b43179755241003f5b76a5193c2c1793a36f4566ed09ff564deaff5b7e63
pkgname = libesedb
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}"