summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHéctor Molinero Fernández2021-05-19 00:02:47 +0200
committerHéctor Molinero Fernández2021-05-19 00:02:47 +0200
commite0dbd686baf113042876fd08fa97a9cdd899b68b (patch)
tree46c3c675461f096efa24d41638daf5c4d4d863c1
parent5139700e8ae4fe49d946c72a3149f32fb7415292 (diff)
downloadaur-e0dbd686baf113042876fd08fa97a9cdd899b68b.tar.gz
Bump version to 3.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ffcdddcbd9d..9b6b52d7b12c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hblock
pkgdesc = Adblocker that creates a hosts file from multiple sources
- pkgver = 3.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = https://github.com/hectorm/hblock
arch = any
license = MIT
depends = curl
- source = https://github.com/hectorm/hblock/archive/v3.2.1.tar.gz
- sha256sums = d24d3791cba605070e0ea30aa32d4e567104562a8f1cd909865959df7a10bb70
+ source = https://github.com/hectorm/hblock/archive/v3.2.2.tar.gz
+ sha256sums = 151e5ce32403f65892b0a15df04310ee4d115e12da9d38a7289f13f20e753d92
pkgname = hblock
diff --git a/PKGBUILD b/PKGBUILD
index 5b58950e45e9..35b9f7819bf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Héctor Molinero Fernández <hector at molinero dot dev>
# Contributor: Erazem Kokot <contact at erazem dot eu>
pkgname='hblock'
-pkgver='3.2.1'
+pkgver='3.2.2'
pkgrel='1'
pkgdesc='Adblocker that creates a hosts file from multiple sources'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/hectorm/hblock'
license=('MIT')
depends=('curl')
source=("https://github.com/hectorm/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('d24d3791cba605070e0ea30aa32d4e567104562a8f1cd909865959df7a10bb70')
+sha256sums=('151e5ce32403f65892b0a15df04310ee4d115e12da9d38a7289f13f20e753d92')
check() {
cd -- "${pkgname:?}-${pkgver:?}"