summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidori2022-04-08 17:31:23 +0900
committerMidori2022-04-08 17:31:23 +0900
commit464df82fb858c6c0339819c480a6bb6e781ef0b4 (patch)
tree957a336aaa558b4b3790d865227cea0556ac41df
parentdbe48c4d62cff3a94feeaf6615e30a67ba249caf (diff)
downloadaur-464df82fb858c6c0339819c480a6bb6e781ef0b4.tar.gz
v3.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 205b574b6951..7ac8406341b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mosdns-bin
pkgdesc = Plug-in configured DNS forwarder/server
- pkgver = 3.7.0
+ pkgver = 3.7.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-3.7.0.zip::https://github.com/IrineSistiana/mosdns/releases/download/v3.7.0/mosdns-linux-amd64.zip
- sha256sums = 6fd07115e09e0b601ae67b3853e637052ade7f5b14e88ed4c1663161f54234ee
+ source = mosdns-bin-3.7.2.zip::https://github.com/IrineSistiana/mosdns/releases/download/v3.7.2/mosdns-linux-amd64.zip
+ sha256sums = 599482ffe4420e601e75998f90ddb5581ab6a7cb20d8fa2d86d44351b3b2ebff
pkgname = mosdns-bin
diff --git a/PKGBUILD b/PKGBUILD
index 476bb87ceb2d..4808a2963b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: suienzan <suienzan at gmail dot com>
_pkgname=mosdns
pkgname=${_pkgname}-bin
-pkgver=3.7.0
+pkgver=3.7.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=('6fd07115e09e0b601ae67b3853e637052ade7f5b14e88ed4c1663161f54234ee')
+sha256sums=('599482ffe4420e601e75998f90ddb5581ab6a7cb20d8fa2d86d44351b3b2ebff')
package() {
install -Dm755 mosdns "$pkgdir"/usr/bin/mosdns