summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cf3e390b473..df43f6f177ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = smartdns
pkgdesc = Local DNS server that accepts DNS query requests from local clients, obtains DNS query results from multiple upstream DNS servers, and returns the fastest access results to clients.
- pkgver = 1.2019.11.02
- pkgrel = 2
+ pkgver = 1.2019.12.15
+ pkgrel = 1
url = https://github.com/pymumu/smartdns
arch = x86_64
license = GPL3
depends = openssl-1.0
backup = etc/smartdns/smartdns.conf
- source = https://github.com/pymumu/smartdns/releases/download/release27/smartdns.1.2019.11.02-1102.x86_64-all.tar.gz
+ source = https://github.com/pymumu/smartdns/releases/download/Release28/smartdns.1.2019.12.15-1028.x86_64-linux-all.tar.gz
source = smartdns.patch
- md5sums = 511985eb9f8bea6b0f1b9fd1e19b6934
+ md5sums = 0d4d4660a8800a1e2fabb6faee1a0cb5
md5sums = 2481e2bdb5bf5c140107fef66f13151f
pkgname = smartdns
diff --git a/PKGBUILD b/PKGBUILD
index 09eb77a23b37..b93600c7ba17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: zlowly <zlowly@gmail.com>
pkgname=smartdns
-pkgver=1.2019.11.02
-pkgrel=2
+pkgver=1.2019.12.15
+pkgrel=1
pkgdesc="Local DNS server that accepts DNS query requests from local clients, obtains DNS query results from multiple upstream DNS servers, and returns the fastest access results to clients."
arch=("x86_64")
url="https://github.com/pymumu/smartdns"
license=("GPL3")
depends=('openssl-1.0')
-source=("https://github.com/pymumu/smartdns/releases/download/release27/smartdns.$pkgver-1102.$CARCH-all.tar.gz" "$pkgname.patch")
+source=("https://github.com/pymumu/smartdns/releases/download/Release28/smartdns.$pkgver-1028.$CARCH-linux-all.tar.gz" "$pkgname.patch")
backup=("etc/smartdns/smartdns.conf")
-md5sums=('511985eb9f8bea6b0f1b9fd1e19b6934'
+md5sums=('0d4d4660a8800a1e2fabb6faee1a0cb5'
'2481e2bdb5bf5c140107fef66f13151f')
prepare() {
patch -p1 "$srcdir/$pkgname/systemd/smartdns.service" < "$pkgname.patch"