Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Dec 25, 2021
1 parent 43e402f commit 3b68a4f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ hBlock is available in various package managers. Please check the [PACKAGES.md](
The latest available version can also be installed manually by running the following commands:

```sh
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.2.3/hblock' \
&& echo 'ccc772a0b49a891faf0980f1b95acdc10b248cbb51c8c2172d022f70395d6ad1 /tmp/hblock' | shasum -c \
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.3.0/hblock' \
&& echo '9fd4aa94f8d110b85f64269ffa1261dc9ec58495c3dda4426a9e0dcf6c9d3ccb /tmp/hblock' | shasum -c \
&& sudo mv /tmp/hblock /usr/local/bin/hblock \
&& sudo chown 0:0 /usr/local/bin/hblock \
&& sudo chmod 755 /usr/local/bin/hblock
Expand Down
2 changes: 1 addition & 1 deletion hblock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Version: 3.2.3
# Version: 3.3.0
# Author: Héctor Molinero Fernández <[email protected]>
# License: MIT, https://opensource.org/licenses/MIT
# Repository: https://github.com/hectorm/hblock
Expand Down
10 changes: 8 additions & 2 deletions hblock.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH HBLOCK "1" "September 2021" "hBlock 3.2.3" "User Commands"
.TH HBLOCK "1" "December 2021" "hBlock 3.3.0" "User Commands"
.SH NAME
hBlock \- manual page for hBlock 3.2.3
hBlock \- manual page for hBlock 3.3.0
.SH SYNOPSIS
.B hblock
[\fI\,OPTION\/\fR]...
Expand Down Expand Up @@ -162,6 +162,12 @@ Do not abort if a download error occurs.
.IP
(default: false)
.HP
\fB\-p\fR, \fB\-\-parallel\fR, ${HBLOCK_PARALLEL}
.IP
Maximum concurrency for parallel downloads.
.IP
(default: 4)
.HP
\fB\-q\fR, \fB\-\-[no\-]quiet\fR, ${HBLOCK_QUIET}
.IP
Suppress non\-error messages.
Expand Down
8 changes: 7 additions & 1 deletion hblock.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NAME

hBlock - manual page for hBlock 3.2.3
hBlock - manual page for hBlock 3.3.0

# SYNOPSIS

Expand Down Expand Up @@ -173,6 +173,12 @@ ${HBLOCK_DENYLIST_FILE}
>
> (default: false)
**-p**, **--parallel**, ${HBLOCK_PARALLEL}

> Maximum concurrency for parallel downloads.
>
> (default: 4)
**-q**, **--\[no-\]quiet**, ${HBLOCK_QUIET}

> Suppress non-error messages.
Expand Down
2 changes: 1 addition & 1 deletion hblock.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b4a1f3ffc32b08d082fb4f9e44b6597b612f4a1938345e89200302532ce688ab hblock
9fd4aa94f8d110b85f64269ffa1261dc9ec58495c3dda4426a9e0dcf6c9d3ccb hblock
4 changes: 2 additions & 2 deletions resources/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The following commands will schedule a daily update of the hosts file. See [this
more information about systemd timers.

```sh
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v3.2.3/resources/systemd/hblock.{service,timer}' \
&& echo '08b736382cb9dfd39df1207a3e90b068f5325a41dc8254d83fde5d4540ba8b5b /tmp/hblock.service' | shasum -c \
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v3.3.0/resources/systemd/hblock.{service,timer}' \
&& echo '45980a80506df48cbfa6dd18d20f0ad4300744344408a0f87560b2be73b7c607 /tmp/hblock.service' | shasum -c \
&& echo '87a7ba5067d4c565aca96659b0dce230471a6ba35fbce1d3e9d02b264da4dc38 /tmp/hblock.timer' | shasum -c \
&& sudo mv /tmp/hblock.{service,timer} /etc/systemd/system/ \
&& sudo chown 0:0 /etc/systemd/system/hblock.{service,timer} \
Expand Down

0 comments on commit 3b68a4f

Please sign in to comment.