summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cba0a089adf..2f40f5a7b446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 14 10:36:42 UTC 2019
+# Sun Mar 3 20:41:11 UTC 2019
pkgbase = postsrsd
pkgdesc = Provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 3
url = https://github.com/roehling/postsrsd
install = postsrsd.install
@@ -14,9 +14,9 @@ pkgbase = postsrsd
makedepends = help2man
depends = glibc
backup = etc/postsrsd/postsrsd
- source = postsrsd-1.5.tar.gz::https://github.com/roehling/postsrsd/archive/1.5.tar.gz
+ source = postsrsd-1.6.tar.gz::https://github.com/roehling/postsrsd/archive/1.6.tar.gz
source = postsrsd.conf
- md5sums = e33826a7d1055080854ff7db71641fb8
+ md5sums = cf6709cff63d1f3d7f1d06aede82bdb3
md5sums = 81a5eea5b84f3a2de9ad4713512175f0
pkgname = postsrsd
diff --git a/PKGBUILD b/PKGBUILD
index f5769e38496b..276a0b085a8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# maintainer: fordprefect <fordprefect@dukun.de>
pkgname=postsrsd
-pkgver=1.5
+pkgver=1.6
pkgrel=3
pkgdesc="Provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix"
arch=('i686' 'x86_64' 'armv7h')
@@ -16,7 +16,7 @@ install=postsrsd.install
license=(GPL2)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roehling/postsrsd/archive/${pkgver}.tar.gz"
"postsrsd.conf")
-md5sums=('e33826a7d1055080854ff7db71641fb8'
+md5sums=('cf6709cff63d1f3d7f1d06aede82bdb3'
'81a5eea5b84f3a2de9ad4713512175f0')
build() {