summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHéctor Molinero Fernández2022-06-26 17:03:09 +0200
committerHéctor Molinero Fernández2022-06-26 17:03:09 +0200
commitdc28097238f9d0b27fdec2c986751237e9a1ea04 (patch)
tree4f324119cfaea7babda78414e4601ef0a546add8
parentbef69e415fc388dd687588311c4649dbecce7c82 (diff)
downloadaur-hblock.tar.gz
Bump version to 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd7ed82a2882..97d0dbb2f6c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hblock
pkgdesc = Adblocker that creates a hosts file from multiple sources
- pkgver = 3.3.2
+ pkgver = 3.4.0
pkgrel = 1
url = https://github.com/hectorm/hblock
arch = any
license = MIT
depends = curl
- source = https://github.com/hectorm/hblock/archive/v3.3.2.tar.gz
- sha256sums = 35bd4af1dbae3b57de6cede6c05f3d4ce25227b33a53358ef47c76a491304eb0
+ source = https://github.com/hectorm/hblock/archive/v3.4.0.tar.gz
+ sha256sums = 762dbe5f2a0ea84078b194190f4fb51b9fe3e6ef043c1899fdda6a083328225f
pkgname = hblock
diff --git a/PKGBUILD b/PKGBUILD
index 7d6be376a80b..f2755c419e65 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.3.2'
+pkgver='3.4.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=('35bd4af1dbae3b57de6cede6c05f3d4ce25227b33a53358ef47c76a491304eb0')
+sha256sums=('762dbe5f2a0ea84078b194190f4fb51b9fe3e6ef043c1899fdda6a083328225f')
check() {
cd -- "${pkgname:?}-${pkgver:?}"