summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidori2021-04-15 14:58:07 +0900
committerMidori2021-04-15 14:58:07 +0900
commit7564debf2ae7ce29cc27819d6b42cfd40dd48678 (patch)
tree4efb93e3a861184510aa6079bbb0ab7fdaeee74d
parent5abb555cf57c3114af7caa2271ab8549a550964c (diff)
downloadaur-7564debf2ae7ce29cc27819d6b42cfd40dd48678.tar.gz
1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a30baf96b2b1..229e2a45556a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mosdns-bin
pkgdesc = Plug-in configured DNS forwarder/server
- pkgver = 1.7.2
- pkgrel = 2
+ pkgver = 1.8.0
+ 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.7.2.zip::https://github.com/IrineSistiana/mosdns/releases/download/v1.7.2/mosdns-linux-amd64.zip
- sha256sums = 7c44d4189f3e24d5686b614f222fdd09f4b468d6216ccb2aedc016deb5ab820f
+ source = mosdns-bin-1.8.0.zip::https://github.com/IrineSistiana/mosdns/releases/download/v1.8.0/mosdns-linux-amd64.zip
+ sha256sums = 0adffff63544b87fef15689f482cd53c85848084498ef33ffc4d2da29b153975
pkgname = mosdns-bin
diff --git a/PKGBUILD b/PKGBUILD
index 097bc34769ae..f001b7d288ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: suienzan <suienzan at gmail dot com>
_pkgname=mosdns
pkgname=${_pkgname}-bin
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.8.0
+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=('7c44d4189f3e24d5686b614f222fdd09f4b468d6216ccb2aedc016deb5ab820f')
+sha256sums=('0adffff63544b87fef15689f482cd53c85848084498ef33ffc4d2da29b153975')
package() {
install -Dm755 mosdns "$pkgdir"/usr/bin/mosdns