George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
hblock
Commits:
2aa34385 by George Rawlinson at 2024-10-23T12:06:21+13:00
upgpkg: 3.5.0-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hblock
pkgdesc = Adblocker that creates a hosts file from multiple sources
- pkgver = 3.4.5
+ pkgver = 3.5.0
pkgrel = 1
url = https://hblock.molinero.dev/
arch = any
@@ -9,8 +9,8 @@ pkgbase = hblock
depends = sh
depends = curl
depends = systemd
- source = hblock::git+https://github.com/hectorm/hblock#tag=v3.4.5
- sha512sums =
71418118def72a2ab73a8e173c71c1ab7faedf2604f6c3b4fe9b959cb2919803b59678f61002a83b873185f2258476486ddfe9b35a0c92ba573e1206bf91f29c
- b2sums =
717497e78376d64d970b1d29d9d6905e3409d7f871056c678dba59a1505a2facd279755f8ee97de48100ab6df1c7f222986925ecde867f685048a72682dac33b
+ source = hblock::git+https://github.com/hectorm/hblock#tag=v3.5.0
+ sha512sums =
9f10c264aa2e0aa40fc5aa87bff8a9752424ff6a9862a434bc81ca55c0f2633872a8a375da68ce06c6ff20f7dfd24947d8d908b667132ae1f1cf39d98ab45ef3
+ b2sums =
e1dd598b10309733889e68d02e10734e2a081cd0f64907666476b5138b4923d686f7822d74170a872073822c0ba76b9d53809c0eb74dbafe41abe018060e1bdd
pkgname = hblock
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Erazem Kokot <contact at erazem dot eu>
pkgname=hblock
-pkgver=3.4.5
+pkgver=3.5.0
pkgrel=1
pkgdesc='Adblocker that creates a hosts file from multiple sources'
arch=('any')
@@ -12,8 +12,8 @@ license=('MIT')
depends=('sh' 'curl' 'systemd')
makedepends=('git')
source=("$pkgname::git+https://github.com/hectorm/hblock#tag=v$pkgver")
-sha512sums=('71418118def72a2ab73a8e173c71c1ab7faedf2604f6c3b4fe9b959cb2919803b59678f61002a83b873185f2258476486ddfe9b35a0c92ba573e1206bf91f29c')
-b2sums=('717497e78376d64d970b1d29d9d6905e3409d7f871056c678dba59a1505a2facd279755f8ee97de48100ab6df1c7f222986925ecde867f685048a72682dac33b')
+sha512sums=('9f10c264aa2e0aa40fc5aa87bff8a9752424ff6a9862a434bc81ca55c0f2633872a8a375da68ce06c6ff20f7dfd24947d8d908b667132ae1f1cf39d98ab45ef3')
+b2sums=('e1dd598b10309733889e68d02e10734e2a081cd0f64907666476b5138b4923d686f7822d74170a872073822c0ba76b9d53809c0eb74dbafe41abe018060e1bdd')
check() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hblock/-/commit/2aa34385ff1804035190768ac2c9c7a82ca33381
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hblock/-/commit/2aa34385ff1804035190768ac2c9c7a82ca33381
You're receiving this email because of your account on gitlab.archlinux.org.