File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ hBlock is available in various package managers. Please check the [PACKAGES.md](
35
35
The latest available version can also be installed manually by running the following commands:
36
36
37
37
``` sh
38
- curl -o /tmp/hblock ' https://raw.githubusercontent.com/hectorm/hblock/v3.4.3 /hblock' \
39
- && echo ' 693fac8d5de3b003fd1cf82d4846d70fd4e9ee20bb52b6a74be73df9aafb4a85 /tmp/hblock' | shasum -c \
38
+ curl -o /tmp/hblock ' https://raw.githubusercontent.com/hectorm/hblock/v3.4.4 /hblock' \
39
+ && echo ' 7ad94c8525e6076c56b9209ed73d132b8b9600a2e5e9738b3cdc02839d6d4215 /tmp/hblock' | shasum -c \
40
40
&& sudo mv /tmp/hblock /usr/local/bin/hblock \
41
41
&& sudo chown 0:0 /usr/local/bin/hblock \
42
42
&& sudo chmod 755 /usr/local/bin/hblock
Original file line number Diff line number Diff line change 4
4
export LC_ALL=' C'
5
5
6
6
# Metadata.
7
- if [ -z " ${HBLOCK_VERSION+x} " ]; then HBLOCK_VERSION=' 3.4.3 ' ; fi
7
+ if [ -z " ${HBLOCK_VERSION+x} " ]; then HBLOCK_VERSION=' 3.4.4 ' ; fi
8
8
if [
-z " ${HBLOCK_AUTHOR+x} " ]
; then HBLOCK_AUTHOR=
' Héctor Molinero Fernández <[email protected] >' ; fi
9
9
if [ -z " ${HBLOCK_LICENSE+x} " ]; then HBLOCK_LICENSE=' MIT, https://opensource.org/licenses/MIT' ; fi
10
10
if [ -z " ${HBLOCK_REPOSITORY+x} " ]; then HBLOCK_REPOSITORY=' https://github.com/hectorm/hblock' ; fi
Original file line number Diff line number Diff line change 1
1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2
- .TH HBLOCK "1" "January 2024" "hBlock 3.4.3 " "User Commands"
2
+ .TH HBLOCK "1" "January 2024" "hBlock 3.4.4 " "User Commands"
3
3
.SH NAME
4
- hBlock \- manual page for hBlock 3.4.3
4
+ hBlock \- manual page for hBlock 3.4.4
5
5
.SH SYNOPSIS
6
6
.B hblock
7
7
[\fI \, OPTION \/ \fR ]...
Original file line number Diff line number Diff line change 1
1
# NAME
2
2
3
- hBlock - manual page for hBlock 3.4.3
3
+ hBlock - manual page for hBlock 3.4.4
4
4
5
5
# SYNOPSIS
6
6
Original file line number Diff line number Diff line change 1
- 693fac8d5de3b003fd1cf82d4846d70fd4e9ee20bb52b6a74be73df9aafb4a85 hblock
1
+ 7ad94c8525e6076c56b9209ed73d132b8b9600a2e5e9738b3cdc02839d6d4215 hblock
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The following commands will schedule a daily update of the hosts file. See [this
4
4
more information about systemd timers.
5
5
6
6
``` sh
7
- curl -o ' /tmp/hblock.#1' ' https://raw.githubusercontent.com/hectorm/hblock/v3.4.3 /resources/systemd/hblock.{service,timer}' \
7
+ curl -o ' /tmp/hblock.#1' ' https://raw.githubusercontent.com/hectorm/hblock/v3.4.4 /resources/systemd/hblock.{service,timer}' \
8
8
&& echo ' 45980a80506df48cbfa6dd18d20f0ad4300744344408a0f87560b2be73b7c607 /tmp/hblock.service' | shasum -c \
9
9
&& echo ' 87a7ba5067d4c565aca96659b0dce230471a6ba35fbce1d3e9d02b264da4dc38 /tmp/hblock.timer' | shasum -c \
10
10
&& sudo mv /tmp/hblock.{service,timer} /etc/systemd/system/ \
You can’t perform that action at this time.
0 commit comments