summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGenues2021-04-28 15:51:51 +0300
committerGenues2021-04-28 15:51:51 +0300
commita4f2d91ef6bfa9145ad8227dc8410acf8be4214a (patch)
tree79f4b40104dae451d2851f4c4eaf459e3b041aa8 /PKGBUILD
parentf9169e977d8206cb8c52262a4125b44a8c564422 (diff)
downloadaur-a4f2d91ef6bfa9145ad8227dc8410acf8be4214a.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 664789753666..74540e0fef72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Evgeniy <genues@gmail.com>
pkgname=opensmtpd-filter-replace-from_reply
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc='This is a simple OpenSMTPD filter for overwriting the email address in the MAIL FROM command, in the header in all sent messages, as well as for substituting the original MAIL FROM address in the Reply-To field'
license=("MIT")
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
depends=(glibc)
makedepends=(go)
source=("https://github.com/Genues/opensmtpd-filter-replace-from_reply/archive/$pkgver.zip")
-md5sums=('d4ca82486a20fbbc319bd2379e25e68b')
+md5sums=('27962828876b68fc67de9ffdd4a43bb9')
build() {
cd "$pkgname-$pkgver"