hBlock: bump (#5779)

This commit is contained in:
Héctor Molinero Fernández
2021-03-12 08:16:22 +01:00
committed by GitHub
parent c9c29c0ce3
commit 2a5106eaed
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2021 Héctor Molinero Fernández"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/hectorm/hblock/archive/v${portVersion:?}.tar.gz"
CHECKSUM_SHA256="a5a86a0e9913d88dcba7270c9e3ed37f4c626c8a6a8b5e9303a8a173824bdfee"
CHECKSUM_SHA256="d24d3791cba605070e0ea30aa32d4e567104562a8f1cd909865959df7a10bb70"
PATCHES="hblock-$portVersion.patchset"
ARCHITECTURES="any"

View File

@@ -5,10 +5,10 @@ Subject: Haiku host file header
diff --git a/hblock b/hblock
index 76ce6d4..c0a2215 100755
index b56790c..5ebb08e 100755
--- a/hblock
+++ b/hblock
@@ -18,15 +18,12 @@ if [ -z "${XDG_CONFIG_HOME+x}" ]; then XDG_CONFIG_HOME="${HOME-}/.config"; fi
@@ -22,15 +22,12 @@ cleanup() { ret="$?"; rm -f -- "${TMPDIR:-${TMP:-/tmp}}/hblock.${$}."*; trap - E
# Built-in header.
HOSTNAME="${HOSTNAME-"$(uname -n)"}"
HBLOCK_HEADER_BUILTIN="$(cat <<-EOF