summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8128dfbe470..c9c47b6ef934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hblock
pkgdesc = An adblocker that creates a hosts file from automatically downloaded blacklists
- pkgver = 2.1.4
+ pkgver = 2.1.6
pkgrel = 1
url = https://github.com/hectorm/hblock
arch = any
license = MIT
depends = bash
depends = zip
- source = https://github.com/hectorm/hblock/archive/v2.1.4.tar.gz
- sha256sums = 5028b51feaeb4a4409f0cbf76e2d6a351440e134250d058a8d0b36a446fa32bb
+ source = https://github.com/hectorm/hblock/archive/v2.1.6.tar.gz
+ sha256sums = 47fb10ac91b54ec41d1880184eb683c7bfc62f74b19c45ec2044745f8c58f139
pkgname = hblock
diff --git a/PKGBUILD b/PKGBUILD
index 099cae186a10..1d38c03561fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erazem Kokot <contact at erazem dot eu>
pkgname='hblock'
-pkgver=2.1.4
+pkgver=2.1.6
pkgrel=1
pkgdesc='An adblocker that creates a hosts file from automatically downloaded blacklists'
arch=('any')
url='https://github.com/hectorm/hblock'
license=('MIT')
depends=('bash' 'zip')
-sha256sums=('5028b51feaeb4a4409f0cbf76e2d6a351440e134250d058a8d0b36a446fa32bb')
+sha256sums=('47fb10ac91b54ec41d1880184eb683c7bfc62f74b19c45ec2044745f8c58f139')
source=("https://github.com/hectorm/${pkgname}/archive/v${pkgver}.tar.gz")
build() {