summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHéctor Molinero Fernández2021-12-25 16:56:41 +0100
committerHéctor Molinero Fernández2021-12-25 16:56:41 +0100
commit800b308e785d00edb01aaf1b18f5071ea6e74749 (patch)
tree78b849639fccbe30283f273f0f11f9a1fe7e9344
parentda15bf87f6d06d943cc6a0122a3360ee65ef5e75 (diff)
downloadaur-800b308e785d00edb01aaf1b18f5071ea6e74749.tar.gz
Bump version to 3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d60ff4603a4..e0a8739e2911 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hblock
pkgdesc = Adblocker that creates a hosts file from multiple sources
- pkgver = 3.2.3
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/hectorm/hblock
arch = any
license = MIT
depends = curl
- source = https://github.com/hectorm/hblock/archive/v3.2.3.tar.gz
- sha256sums = 1b8eb3c5cb074cbe7b0a8b5e040641c12b519bee21a4a879e1bdd328cd17aa60
+ source = https://github.com/hectorm/hblock/archive/v3.3.0.tar.gz
+ sha256sums = fe05755962812c98960955dd9461fc0e7da7f8447bb00b28b820cce14e9cc894
pkgname = hblock
diff --git a/PKGBUILD b/PKGBUILD
index 36fffbdd32bb..5c36603b5c03 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.3'
+pkgver='3.3.0'
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=('1b8eb3c5cb074cbe7b0a8b5e040641c12b519bee21a4a879e1bdd328cd17aa60')
+sha256sums=('fe05755962812c98960955dd9461fc0e7da7f8447bb00b28b820cce14e9cc894')
check() {
cd -- "${pkgname:?}-${pkgver:?}"