summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehringfeld2018-04-22 15:47:16 +0200
committerChristian Ehringfeld2018-04-22 15:47:16 +0200
commit77499324c20511b64f16ae7c76dcccfd8b645ef4 (patch)
treec34185eda2cdb4f692a5094d8e1787ffc482aa15
parent23e3df41bb999de25331853003b7118c2a6c780f (diff)
downloadaur-77499324c20511b64f16ae7c76dcccfd8b645ef4.tar.gz
version update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58f7f2de8ce1..a8f9c22cf18d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = e2guardian
pkgdesc = Fork of dansguardian, an open source web content filter. It filters the actual content of pages based on many methods including phrase matching, request header and URL filtering, etc. It does not purely filter based on a banned list of sites.
- pkgver = 4.1.3
- pkgrel = 2
+ pkgver = 4.1.4
+ pkgrel = 1
url = http://e2guardian.org
install = e2guardian.install
arch = i686
@@ -136,10 +136,10 @@ pkgbase = e2guardian
backup = etc/e2guardian/lists/bannedsitelist
backup = etc/e2guardian/lists/urlregexplist
backup = etc/e2guardian/lists/greyurllist
- source = https://github.com/e2guardian/e2guardian/archive/v4.1.3.tar.gz
+ source = https://github.com/e2guardian/e2guardian/archive/v4.1.4.tar.gz
source = e2guardian
source = e2guardian.service
- sha1sums = 8d3be4b7ff4cfce26a01fc3d1f4778669625d513
+ sha1sums = 79d33389b63c94475253f77c8d2979b2fd9fac59
sha1sums = 4505b1e66cc1f64b06eacb277de24c453831f215
sha1sums = a4179286aa0d0bf3bb71f5459075a02ceaf0d518
diff --git a/PKGBUILD b/PKGBUILD
index fd53b53d6480..919b883bfe39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=e2guardian
-pkgver=4.1.3
-pkgrel=2
+pkgver=4.1.4
+pkgrel=1
pkgdesc="Fork of dansguardian, an open source web content filter. It filters the actual content of pages based on many methods including phrase matching, request header and URL filtering, etc. It does not purely filter based on a banned list of sites."
url="http://e2guardian.org"
arch=('i686' 'x86_64' 'armv6h' 'arm' 'armv7h')
@@ -18,7 +18,7 @@ install=${pkgname}.install
source=(https://github.com/e2guardian/${pkgname}/archive/v${pkgver}.tar.gz
e2guardian
e2guardian.service)
-sha1sums=('8d3be4b7ff4cfce26a01fc3d1f4778669625d513'
+sha1sums=('79d33389b63c94475253f77c8d2979b2fd9fac59'
'4505b1e66cc1f64b06eacb277de24c453831f215'
'a4179286aa0d0bf3bb71f5459075a02ceaf0d518')