summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas goy2019-11-17 06:15:41 +0100
committerNicolas goy2019-11-17 06:15:41 +0100
commit2fb4dea8c55c7a54b2ee701b942eb4b7e8cc6ef6 (patch)
treee1ce8139d933f2209f75e55e82fac3cf2a1527b8
parentb49b1b1621d1b8d5aeb70d7598308792ec5b2627 (diff)
downloadaur-2fb4dea8c55c7a54b2ee701b942eb4b7e8cc6ef6.tar.gz
Update to zrep 1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 278be695b02a..023963ebb2b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zrep
pkgdesc = ZREP ZFS based replication and failover script from bolthole.com
- pkgver = 1.7.7
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/bolthole/zrep
arch = any
license = custom
depends = ksh
- source = https://raw.githubusercontent.com/bolthole/zrep/v1.7.7/zrep
- source = https://raw.githubusercontent.com/bolthole/zrep/v1.7.7/LICENSE.txt
- md5sums = c83dea8300d88e79ae397934a5f86c82
+ source = https://raw.githubusercontent.com/bolthole/zrep/v1.8.0/zrep
+ source = https://raw.githubusercontent.com/bolthole/zrep/v1.8.0/LICENSE.txt
+ md5sums = 60e7424999f0028f95af89fb4339b012
md5sums = c8bab7291304d748f1133dbd43c992df
pkgname = zrep
diff --git a/PKGBUILD b/PKGBUILD
index 1c1f3635c472..72ff38323af2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Goy <kuon@goyman.com>
pkgname=zrep
-pkgver=1.7.7
+pkgver=1.8.0
pkgrel=1
epoch=
pkgdesc="ZREP ZFS based replication and failover script from bolthole.com"
@@ -12,7 +12,7 @@ groups=()
depends=(ksh)
source=("https://raw.githubusercontent.com/bolthole/zrep/v$pkgver/$pkgname"
"https://raw.githubusercontent.com/bolthole/zrep/v$pkgver/LICENSE.txt")
-md5sums=('c83dea8300d88e79ae397934a5f86c82' 'c8bab7291304d748f1133dbd43c992df')
+md5sums=('60e7424999f0028f95af89fb4339b012' 'c8bab7291304d748f1133dbd43c992df')
package() {
mkdir -p $pkgdir/usr/bin