summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidori2021-11-19 14:57:52 +0900
committerMidori2021-11-19 14:57:52 +0900
commit3e49c378ff2db37d4ddad79f7efb19de5cf9d582 (patch)
treef9b4463e88b3573615239a1f4dcd61ee69db5c9c
parentaa4e5ee180447bc6405c2b8ad3913713356dcfa2 (diff)
downloadaur-3e49c378ff2db37d4ddad79f7efb19de5cf9d582.tar.gz
2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d476d81b222..5ba987af9ccb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mosdns-bin
pkgdesc = Plug-in configured DNS forwarder/server
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://github.com/IrineSistiana/mosdns/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = mosdns-bin
conflicts = mosdns
conflicts = mosdns-git
backup = etc/mosdns/config.yaml
- source = mosdns-bin-2.1.1.zip::https://github.com/IrineSistiana/mosdns/releases/download/v2.1.1/mosdns-linux-amd64.zip
- sha256sums = 76abff17064aa8849614d55015dfbcc045490763958c2c67233b30f152165275
+ source = mosdns-bin-2.1.2.zip::https://github.com/IrineSistiana/mosdns/releases/download/v2.1.2/mosdns-linux-amd64.zip
+ sha256sums = c1cafb32a2096d071cb231acd3b7ed00debb18700c5317555ba8c065c1bad266
pkgname = mosdns-bin
diff --git a/PKGBUILD b/PKGBUILD
index 22b0847bd2c3..51e1e6fc13f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: suienzan <suienzan at gmail dot com>
_pkgname=mosdns
pkgname=${_pkgname}-bin
-pkgver=2.1.1
+pkgver=2.1.2
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=('76abff17064aa8849614d55015dfbcc045490763958c2c67233b30f152165275')
+sha256sums=('c1cafb32a2096d071cb231acd3b7ed00debb18700c5317555ba8c065c1bad266')
package() {
install -Dm755 mosdns "$pkgdir"/usr/bin/mosdns