summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFixed Torres2017-01-18 21:28:37 -0500
committerFixed Torres2017-01-18 21:28:37 -0500
commit5a5dbdf4c6da44ef06c985d45967e1d1472b241b (patch)
tree8cfdd39149d3fe60d2a89b72336af1f4e1be67ca
parent2061bd21e38d2b39687dadf2dcaa47b863f640b1 (diff)
downloadaur-5a5dbdf4c6da44ef06c985d45967e1d1472b241b.tar.gz
Updated to commit 2307.ed45dd5. Version 1.9.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--dnscrypt-proxy-git.install6
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8b8dd70d57..a02aad189d3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 00:45:20 UTC 2017
+# Thu Jan 19 02:26:35 UTC 2017
pkgbase = dnscrypt-proxy-git
pkgdesc = Is a protocol for securing communications between a client and a DNS resolver
- pkgver = 1.9.2.2299.c00f10d
+ pkgver = 1.9.3.2307.ed45dd5
pkgrel = 1
url = http://dnscrypt.org/
install = dnscrypt-proxy-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 1be1387a7b22..7c85b6860a69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dnscrypt-proxy-git
_pkgname=dnscrypt-proxy
-pkgver=1.9.2.2299.c00f10d
+pkgver=1.9.3.2307.ed45dd5
pkgrel=1
pkgdesc="Is a protocol for securing communications between a client and a DNS resolver"
arch=('i686' 'x86_64')
diff --git a/dnscrypt-proxy-git.install b/dnscrypt-proxy-git.install
index 4b97ce616d24..9e359e90b86a 100644
--- a/dnscrypt-proxy-git.install
+++ b/dnscrypt-proxy-git.install
@@ -1,9 +1,9 @@
post_upgrade() {
if [ "$(vercmp $2 1.8.1-1)" -lt 0 ]
then
- echo "Since 1.8.1-1 there is a new configuration file at /etc/dnscrypt-proxy.conf."
- echo "The systemd unit has been configured to use it, so please adjust your settings there."
+ echo "Since 1.8.1-1 there is a new configuration file at /etc/dnscrypt-proxy.conf."
+ echo "The systemd unit has been configured to use it, so please adjust your settings there."
- echo "For more information, see: https://github.com/jedisct1/dnscrypt-proxy/wiki"
+ echo "For more information, see: https://github.com/jedisct1/dnscrypt-proxy/wiki"
fi
}