summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCupIvan2018-06-19 09:10:40 +0300
committerCupIvan2018-06-19 09:10:40 +0300
commitcc759b752f5fc0e92feeb989341b92460dbfa453 (patch)
tree5a2e0e07857c96424de70388c5356fdedf6f1735
parent558b7999a5a09b04f77c3d365734a85cfb7ec44f (diff)
downloadaur-cc759b752f5fc0e92feeb989341b92460dbfa453.tar.gz
v0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5ca51e2375e..5185b39ab01c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tinydns
pkgdesc = Tiny cache DNS server
- pkgver = 0.2
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/CupIvan/tinydns
arch = any
backup = etc/tinydns.conf
- source = https://github.com/CupIvan/tinydns/archive/v0.2.tar.gz
- md5sums = 226dbdf8d1c808c6b79b1e3cb14a352f
+ source = https://github.com/CupIvan/tinydns/archive/v0.2.1.tar.gz
+ md5sums = e5a7860af4617437215e1518c82fb076
pkgname = tinydns
diff --git a/PKGBUILD b/PKGBUILD
index 66ace0f80775..27cbdedbedba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: CupIvan <mail@cupivan.ru>
pkgname=tinydns
-pkgver=0.2
+pkgver=0.2.1
pkgrel=1
pkgdesc='Tiny cache DNS server'
@@ -9,7 +9,7 @@ arch=('any')
url=https://github.com/CupIvan/${pkgname}
source=(https://github.com/CupIvan/${pkgname}/archive/v${pkgver}.tar.gz)
-md5sums=('226dbdf8d1c808c6b79b1e3cb14a352f')
+md5sums=('e5a7860af4617437215e1518c82fb076')
dir=${pkgname}-${pkgver}
#source=(git+https://github.com/CupIvan/${pkgname}.git)