summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidori2021-04-19 14:29:17 +0900
committerMidori2021-04-19 14:29:17 +0900
commit0fdfcd834d5a32292b66070516bb054e4c3c199e (patch)
tree0c0a908fbb70b4435773ec25ec6f0ea3c6129b07
parent7199e99d67007e4afe0246211fea683ff7a378c5 (diff)
downloadaur-0fdfcd834d5a32292b66070516bb054e4c3c199e.tar.gz
1.8.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b06ef09b8c6..4fd2b2598430 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mosdns-bin
pkgdesc = Plug-in configured DNS forwarder/server
- pkgver = 1.8.0
- pkgrel = 2
+ pkgver = 1.8.3
+ pkgrel = 1
url = https://github.com/IrineSistiana/mosdns/
arch = x86_64
license = GPL3
@@ -12,8 +12,8 @@ pkgbase = mosdns-bin
conflicts = mosdns
conflicts = mosdns-git
backup = etc/mosdns/config.yaml
- source = mosdns-bin-1.8.0.zip::https://github.com/IrineSistiana/mosdns/releases/download/v1.8.0/mosdns-linux-amd64.zip
- sha256sums = 0adffff63544b87fef15689f482cd53c85848084498ef33ffc4d2da29b153975
+ source = mosdns-bin-1.8.3.zip::https://github.com/IrineSistiana/mosdns/releases/download/v1.8.3/mosdns-linux-amd64.zip
+ sha256sums = 93263de65489f3fd67ec8478413bd9fcd30e4b684a2cc16b2e117c47ad6dcdb7
pkgname = mosdns-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0fbc303cce7a..ba9c4638ef48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: suienzan <suienzan at gmail dot com>
_pkgname=mosdns
pkgname=${_pkgname}-bin
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.3
+pkgrel=1
pkgdesc="Plug-in configured DNS forwarder/server"
arch=('x86_64')
url="https://github.com/IrineSistiana/mosdns/"
@@ -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=('0adffff63544b87fef15689f482cd53c85848084498ef33ffc4d2da29b153975')
+sha256sums=('93263de65489f3fd67ec8478413bd9fcd30e4b684a2cc16b2e117c47ad6dcdb7')
package() {
install -Dm755 mosdns "$pkgdir"/usr/bin/mosdns