summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidori2021-04-26 11:54:03 +0900
committerMidori2021-04-26 11:54:03 +0900
commitc5b591847b5616335a39c127984d6ff93067a231 (patch)
tree856d392d306716919da619ab8c37829c3594fd2a
parent0fdfcd834d5a32292b66070516bb054e4c3c199e (diff)
downloadaur-c5b591847b5616335a39c127984d6ff93067a231.tar.gz
1.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fd2b2598430..deeee40f3bb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mosdns-bin
pkgdesc = Plug-in configured DNS forwarder/server
- pkgver = 1.8.3
+ pkgver = 1.8.4
pkgrel = 1
url = https://github.com/IrineSistiana/mosdns/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = mosdns-bin
conflicts = mosdns
conflicts = mosdns-git
backup = etc/mosdns/config.yaml
- source = mosdns-bin-1.8.3.zip::https://github.com/IrineSistiana/mosdns/releases/download/v1.8.3/mosdns-linux-amd64.zip
- sha256sums = 93263de65489f3fd67ec8478413bd9fcd30e4b684a2cc16b2e117c47ad6dcdb7
+ source = mosdns-bin-1.8.4.zip::https://github.com/IrineSistiana/mosdns/releases/download/v1.8.4/mosdns-linux-amd64.zip
+ sha256sums = 5a61f8f570b6cdc86bd008bef0ff8f5a94fb92c93cd09b1f5596ced897bcf1ec
pkgname = mosdns-bin
diff --git a/PKGBUILD b/PKGBUILD
index ba9c4638ef48..68123eeb8560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: suienzan <suienzan at gmail dot com>
_pkgname=mosdns
pkgname=${_pkgname}-bin
-pkgver=1.8.3
+pkgver=1.8.4
pkgrel=1
pkgdesc="Plug-in configured DNS forwarder/server"
arch=('x86_64')
@@ -14,7 +14,7 @@ backup=('etc/mosdns/config.yaml')
provides=('mosdns')
conflicts=('mosdns' 'mosdns-git')
source=("$pkgname-$pkgver.zip::https://github.com/IrineSistiana/mosdns/releases/download/v${pkgver}/mosdns-linux-amd64.zip")
-sha256sums=('93263de65489f3fd67ec8478413bd9fcd30e4b684a2cc16b2e117c47ad6dcdb7')
+sha256sums=('5a61f8f570b6cdc86bd008bef0ff8f5a94fb92c93cd09b1f5596ced897bcf1ec')
package() {
install -Dm755 mosdns "$pkgdir"/usr/bin/mosdns