summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidori2021-12-17 11:23:50 +0900
committerMidori2021-12-17 11:23:50 +0900
commitc993e223239998e0f93220670ec39d141b5f3d82 (patch)
treefb00e24b8191fceeff21f95aca611bcd2d98c051
parentdc35453e358d566075578fcfc08a645e34b17597 (diff)
downloadaur-c993e223239998e0f93220670ec39d141b5f3d82.tar.gz
2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 237543f4a46b..ef0dfbe5657c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mosdns-bin
pkgdesc = Plug-in configured DNS forwarder/server
- pkgver = 2.2.0
+ pkgver = 2.2.1
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.2.0.zip::https://github.com/IrineSistiana/mosdns/releases/download/v2.2.0/mosdns-linux-amd64.zip
- sha256sums = 8659219f372aaeee757ba7f1a9000f7906d3201a696bea1141ea7c6a5e1a769a
+ source = mosdns-bin-2.2.1.zip::https://github.com/IrineSistiana/mosdns/releases/download/v2.2.1/mosdns-linux-amd64.zip
+ sha256sums = 30057685785ea551d2155f448f93ce379fd615b81c0800f34fdb894dbe836d4b
pkgname = mosdns-bin
diff --git a/PKGBUILD b/PKGBUILD
index 783b9c1c0e0d..d83043994614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: suienzan <suienzan at gmail dot com>
_pkgname=mosdns
pkgname=${_pkgname}-bin
-pkgver=2.2.0
+pkgver=2.2.1
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=('8659219f372aaeee757ba7f1a9000f7906d3201a696bea1141ea7c6a5e1a769a')
+sha256sums=('30057685785ea551d2155f448f93ce379fd615b81c0800f34fdb894dbe836d4b')
package() {
install -Dm755 mosdns "$pkgdir"/usr/bin/mosdns