Skip to content

Commit 9a3199b

Browse files
committed
3.4.5
1 parent 07b0862 commit 9a3199b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ hBlock is available in various package managers. Please check the [PACKAGES.md](
3535
The latest available version can also be installed manually by running the following commands:
3636

3737
```sh
38-
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.4.4/hblock' \
39-
&& echo '7ad94c8525e6076c56b9209ed73d132b8b9600a2e5e9738b3cdc02839d6d4215 /tmp/hblock' | shasum -c \
38+
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.4.5/hblock' \
39+
&& echo '2db6f52a14a3b87ff86b0fde3583f1a635ff580d26b36f8a103997a614314c6f /tmp/hblock' | shasum -c \
4040
&& sudo mv /tmp/hblock /usr/local/bin/hblock \
4141
&& sudo chown 0:0 /usr/local/bin/hblock \
4242
&& sudo chmod 755 /usr/local/bin/hblock

hblock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
export LC_ALL='C'
55

66
# Metadata.
7-
if [ -z "${HBLOCK_VERSION+x}" ]; then HBLOCK_VERSION='3.4.4'; fi
7+
if [ -z "${HBLOCK_VERSION+x}" ]; then HBLOCK_VERSION='3.4.5'; fi
88
if [ -z "${HBLOCK_AUTHOR+x}" ]; then HBLOCK_AUTHOR='Héctor Molinero Fernández <[email protected]>'; fi
99
if [ -z "${HBLOCK_LICENSE+x}" ]; then HBLOCK_LICENSE='MIT, https://opensource.org/licenses/MIT'; fi
1010
if [ -z "${HBLOCK_REPOSITORY+x}" ]; then HBLOCK_REPOSITORY='https://github.com/hectorm/hblock'; fi

hblock.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH HBLOCK "1" "January 2024" "hBlock 3.4.4" "User Commands"
2+
.TH HBLOCK "1" "May 2024" "hBlock 3.4.5" "User Commands"
33
.SH NAME
4-
hBlock \- manual page for hBlock 3.4.4
4+
hBlock \- manual page for hBlock 3.4.5
55
.SH SYNOPSIS
66
.B hblock
77
[\fI\,OPTION\/\fR]...

hblock.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NAME
22

3-
hBlock - manual page for hBlock 3.4.4
3+
hBlock - manual page for hBlock 3.4.5
44

55
# SYNOPSIS
66

hblock.sha256

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7ad94c8525e6076c56b9209ed73d132b8b9600a2e5e9738b3cdc02839d6d4215 hblock
1+
2db6f52a14a3b87ff86b0fde3583f1a635ff580d26b36f8a103997a614314c6f hblock

resources/systemd/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following commands will schedule a daily update of the hosts file. See [this
44
more information about systemd timers.
55

66
```sh
7-
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v3.4.4/resources/systemd/hblock.{service,timer}' \
7+
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v3.4.5/resources/systemd/hblock.{service,timer}' \
88
&& echo '45980a80506df48cbfa6dd18d20f0ad4300744344408a0f87560b2be73b7c607 /tmp/hblock.service' | shasum -c \
99
&& echo '87a7ba5067d4c565aca96659b0dce230471a6ba35fbce1d3e9d02b264da4dc38 /tmp/hblock.timer' | shasum -c \
1010
&& sudo mv /tmp/hblock.{service,timer} /etc/systemd/system/ \

0 commit comments

Comments
 (0)