community/squid to 4.14-1

This commit is contained in:
Kevin Mihelich 2021-02-10 22:30:15 +00:00
parent 0333677ad3
commit a01b16213c

View file

@ -7,7 +7,7 @@
# - explicitly link v5/v6 with libatomic
pkgname=squid
pkgver=4.13
pkgver=4.14
pkgrel=1
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64')
@ -28,7 +28,7 @@ source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
'squid.sysusers'
'squid-rotate.service'
'squid-rotate.timer')
sha256sums=('6891a0f540e60779b4f24f1802a302f813c6f473ec7336a474ed68c3e2e53ee0'
sha256sums=('f1097daa6434897c159bc100978b51347c0339041610845d0afa128151729ffc'
'SKIP'
'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
@ -38,6 +38,7 @@ sha256sums=('6891a0f540e60779b4f24f1802a302f813c6f473ec7336a474ed68c3e2e53ee0'
prepare() {
cd "$srcdir/$pkgname-$pkgver"
sed -i 's|/var/run/|/run/|g' tools/systemd/squid.service
}
build() {