summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6028a851793d..2bae9915029f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@
# Thu Dec 10 05:10:57 UTC 2015
pkgbase = libesedb
pkgdesc = Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
- pkgver = 20120102
+ pkgver = 20140406
pkgrel = 1
url = http://code.google.com/p/libesedb/
arch = any
license = LGPL
depends = glibc
- source = http://libesedb.googlecode.com/files/libesedb-alpha-20120102.tar.gz
- sha1sums = 2aba34b1c9703a28b8913019044efa3ff53428fb
+ source = https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/libesedb-experimental-20140406.tar.gz
+ sha1sums = 4649cdc6798e93b634ebe1e2c99af5c9fa4b5662
pkgname = libesedb
diff --git a/PKGBUILD b/PKGBUILD
index 5bf768e943a8..9773177c1bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libesedb
-pkgver=20120102
+pkgver=20140406
pkgrel=1
pkgdesc="Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format."
url="http://code.google.com/p/libesedb/"
@@ -12,8 +12,8 @@ conflicts=()
replaces=()
backup=()
install=''
-source=("http://libesedb.googlecode.com/files/libesedb-alpha-20120102.tar.gz")
-sha1sums=('2aba34b1c9703a28b8913019044efa3ff53428fb')
+source=("https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/libesedb-experimental-20140406.tar.gz")
+sha1sums=('4649cdc6798e93b634ebe1e2c99af5c9fa4b5662')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"