summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbar0metr2018-07-03 12:41:14 +0500
committerbar0metr2018-07-03 12:41:14 +0500
commit90a663261ca89366847aaef529d6ad29db1fa58e (patch)
treeb9b5886087626f204db4c50e7c7067deff97d8b0
parent4c72150bfb82564af42f752a35bfaafcd97b9a9f (diff)
downloadaur-90a663261ca89366847aaef529d6ad29db1fa58e.tar.gz
Replace SRCINFO
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c62f7afc6627..351d2a264e82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = squid4
- pkgdesc = Full-featured Web proxy cache server with the support SSL
- pkgver = 4.0.25
+ pkgdesc = Full-featured Web proxy cache server with the support SSL. Include patches for normal work with long url`s and CDN.
+ pkgver = 4.1
pkgrel = 4
url = http://www.squid-cache.org
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = squid4
backup = etc/squid/cachemgr.conf
backup = etc/squid/errorpage.css
backup = etc/squid/mime.conf
- source = http://www.squid-cache.org/Versions/v4/squid-4.0.25.tar.xz
- source = http://www.squid-cache.org/Versions/v4/squid-4.0.25.tar.xz.asc
+ source = http://www.squid-cache.org/Versions/v4/squid-4.1.tar.xz
+ source = http://www.squid-cache.org/Versions/v4/squid-4.1.tar.xz.asc
source = squid.pam
source = squid.service
source = squid.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index 33e4d286aac3..7aea96176325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=squid4
pkgver=4.1
pkgrel=4
-pkgdesc='Full-featured Web proxy cache server with the support SSL. Include patches for normal work with long url's and CDN.'
+pkgdesc='Full-featured Web proxy cache server with the support SSL. Include patches for normal work with long url`s and CDN.'
arch=('x86_64')
url='http://www.squid-cache.org'
depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl')