summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErazem Kokot2019-07-22 12:27:01 +0200
committerErazem Kokot2019-07-22 12:27:01 +0200
commit24b80fc7e0b6c7bcb4f6cff6905b093b0d448219 (patch)
tree59aea7f0142f1f1be79192c17d870ece790aa989
parentcf6a05af9b34f3f3223d2785d76c6cb4569827ee (diff)
downloadaur-24b80fc7e0b6c7bcb4f6cff6905b093b0d448219.tar.gz
Update to v2.0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33772d373535..ce9858bb598c 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.6
+ pkgver = 2.0.9
pkgrel = 1
url = https://github.com/hectorm/hblock
arch = any
license = MIT
depends = bash
- source = https://github.com/hectorm/hblock/archive/v2.0.6.tar.gz
- sha256sums = 267cad304a4618e12ca1768c11db7aa1769d0b9ba3ba6a4d758c5e2b712ff0cd
+ source = https://github.com/hectorm/hblock/archive/v2.0.9.tar.gz
+ sha256sums = 55f85fe37be0dfc619aaa878548746f8dec4e02c3f5d71a1cf49372bde06a3fe
pkgname = hblock
diff --git a/PKGBUILD b/PKGBUILD
index 618db26ba999..fe490566933b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erazem Kokot <contact at erazem dot eu>
pkgname='hblock'
-pkgver=2.0.6
+pkgver=2.0.9
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=('267cad304a4618e12ca1768c11db7aa1769d0b9ba3ba6a4d758c5e2b712ff0cd')
+sha256sums=('55f85fe37be0dfc619aaa878548746f8dec4e02c3f5d71a1cf49372bde06a3fe')
source=("https://github.com/hectorm/${pkgname}/archive/v${pkgver}.tar.gz")
build() {