Skip to content

Commit a52b08f

Browse files
committed
3.3.2
1 parent 9d1cc32 commit a52b08f

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
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.3.1/hblock' \
39-
&& echo 'd93effa9a068b82f7d4d97fdcae7a320c6f7a3ae910af8234bca870f33ec55e1 /tmp/hblock' | shasum -c \
38+
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.3.2/hblock' \
39+
&& echo '864160641823734378b69da7aa28477771e125af66cf47d5f0f7c8233ef1837f /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.3.1'; fi
7+
if [ -z "${HBLOCK_VERSION+x}" ]; then HBLOCK_VERSION='3.3.2'; 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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
2-
.TH HBLOCK "1" "December 2021" "hBlock 3.3.1" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2+
.TH HBLOCK "1" "April 2022" "hBlock 3.3.2" "User Commands"
33
.SH NAME
4-
hBlock \- manual page for hBlock 3.3.1
4+
hBlock \- manual page for hBlock 3.3.2
55
.SH SYNOPSIS
66
.B hblock
77
[\fI\,OPTION\/\fR]...

hblock.1.md

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

3-
hBlock - manual page for hBlock 3.3.1
3+
hBlock - manual page for hBlock 3.3.2
44

55
# SYNOPSIS
66

@@ -15,15 +15,15 @@ from connecting to them.
1515

1616
# OPTIONS
1717

18-
**-O**, **--output** \<FILE\|->, ${HBLOCK_OUTPUT_FILE}
18+
**-O**, **--output** \<FILE\|-\>, ${HBLOCK_OUTPUT_FILE}
1919

2020
> Output file location.
2121
>
2222
> If equals "-", it is printed to stdout.
2323
>
2424
> (default: */etc/hosts*)
2525
26-
**-H**, **--header** \<FILE\|builtin\|none\|->, ${HBLOCK_HEADER_FILE}
26+
**-H**, **--header** \<FILE\|builtin\|none\|-\>, ${HBLOCK_HEADER_FILE}
2727

2828
> File to be included at the beginning of the output file.
2929
>
@@ -42,7 +42,7 @@ from connecting to them.
4242
>
4343
> (default: builtin)
4444
45-
**-F**, **--footer** \<FILE\|builtin\|none\|->, ${HBLOCK_FOOTER_FILE}
45+
**-F**, **--footer** \<FILE\|builtin\|none\|-\>, ${HBLOCK_FOOTER_FILE}
4646

4747
> File to be included at the end of the output file.
4848
>
@@ -61,7 +61,7 @@ from connecting to them.
6161
>
6262
> (default: builtin)
6363
64-
**-S**, **--sources** \<FILE\|builtin\|none\|->, ${HBLOCK_SOURCES_FILE}
64+
**-S**, **--sources** \<FILE\|builtin\|none\|-\>, ${HBLOCK_SOURCES_FILE}
6565

6666
> File with line separated URLs used to generate the blocklist.
6767
>
@@ -80,7 +80,7 @@ from connecting to them.
8080
>
8181
> (default: builtin)
8282
83-
**-A**, **--allowlist** \<FILE\|builtin\|none\|->,
83+
**-A**, **--allowlist** \<FILE\|builtin\|none\|-\>,
8484
${HBLOCK_ALLOWLIST_FILE}
8585

8686
> File with line separated entries to be removed from the blocklist.
@@ -100,7 +100,7 @@ ${HBLOCK_ALLOWLIST_FILE}
100100
>
101101
> (default: builtin)
102102
103-
**-D**, **--denylist** \<FILE\|builtin\|none\|->,
103+
**-D**, **--denylist** \<FILE\|builtin\|none\|-\>,
104104
${HBLOCK_DENYLIST_FILE}
105105

106106
> File with line separated entries to be added to the blocklist.
@@ -120,31 +120,31 @@ ${HBLOCK_DENYLIST_FILE}
120120
>
121121
> (default: builtin)
122122
123-
**-R**, **--redirection** \<REDIRECTION>, ${HBLOCK_REDIRECTION}
123+
**-R**, **--redirection** \<REDIRECTION\>, ${HBLOCK_REDIRECTION}
124124

125125
> Redirection for all entries in the blocklist.
126126
>
127127
> (default: 0.0.0.0)
128128
129-
**-W**, **--wrap** \<NUMBER>, ${HBLOCK_WRAP}
129+
**-W**, **--wrap** \<NUMBER\>, ${HBLOCK_WRAP}
130130

131131
> Break blocklist lines after this number of entries.
132132
>
133133
> (default: 1)
134134
135-
**-T**, **--template** \<TEMPLATE>, ${HBLOCK_TEMPLATE}
135+
**-T**, **--template** \<TEMPLATE\>, ${HBLOCK_TEMPLATE}
136136

137137
> Template applied to each entry.
138138
>
139-
> %D = \<DOMAIN>, %R = \<REDIRECTION>
139+
> %D = \<DOMAIN\>, %R = \<REDIRECTION\>
140140
>
141141
> (default: %R %D)
142142
143-
**-C**, **--comment** \<COMMENT>, ${HBLOCK_COMMENT}
143+
**-C**, **--comment** \<COMMENT\>, ${HBLOCK_COMMENT}
144144

145145
> Character used for comments.
146146
>
147-
> (default: #)
147+
> (default: \#)
148148
149149
**-l**, **--\[no-\]lenient**, ${HBLOCK_LENIENT}
150150

@@ -185,7 +185,7 @@ ${HBLOCK_DENYLIST_FILE}
185185
>
186186
> (default: false)
187187
188-
**-x**, **--color** \<auto\|true\|false>, ${HBLOCK_COLOR}
188+
**-x**, **--color** \<auto\|true\|false\>, ${HBLOCK_COLOR}
189189

190190
> Colorize the output.
191191
>
@@ -201,9 +201,9 @@ ${HBLOCK_DENYLIST_FILE}
201201
202202
# REPORTING BUGS
203203

204-
Report bugs to: \<https://github.com/hectorm/hblock/issues>
204+
Report bugs to: \<https://github.com/hectorm/hblock/issues\>
205205

206206

207-
Author: Héctor Molinero Fernández \<[email protected]>
207+
Author: Héctor Molinero Fernández \<[email protected]\>
208208
License: MIT, https://opensource.org/licenses/MIT
209209
Repository: https://github.com/hectorm/hblock

hblock.sha256

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d93effa9a068b82f7d4d97fdcae7a320c6f7a3ae910af8234bca870f33ec55e1 hblock
1+
864160641823734378b69da7aa28477771e125af66cf47d5f0f7c8233ef1837f 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.3.1/resources/systemd/hblock.{service,timer}' \
7+
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v3.3.2/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)