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 ce9858bb598c..5755e56c1d3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hblock
pkgdesc = An adblocker that creates a hosts file from automatically downloaded blacklists
- pkgver = 2.0.9
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/hectorm/hblock
arch = any
license = MIT
depends = bash
- source = https://github.com/hectorm/hblock/archive/v2.0.9.tar.gz
- sha256sums = 55f85fe37be0dfc619aaa878548746f8dec4e02c3f5d71a1cf49372bde06a3fe
+ source = https://github.com/hectorm/hblock/archive/v2.1.1.tar.gz
+ sha256sums = ed41de0b4a68f6ef1e84452f4d4345f21b852444c2c191d63c4c1ebef10fd2fd
pkgname = hblock
diff --git a/PKGBUILD b/PKGBUILD
index fe490566933b..9574bb516796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erazem Kokot <contact at erazem dot eu>
pkgname='hblock'
-pkgver=2.0.9
+pkgver=2.1.1
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')
-sha256sums=('55f85fe37be0dfc619aaa878548746f8dec4e02c3f5d71a1cf49372bde06a3fe')
+sha256sums=('ed41de0b4a68f6ef1e84452f4d4345f21b852444c2c191d63c4c1ebef10fd2fd')
source=("https://github.com/hectorm/${pkgname}/archive/v${pkgver}.tar.gz")
build() {