Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Dec 26, 2021
1 parent f7fe323 commit 15f3716
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.3.0/hblock' \
&& echo '9fd4aa94f8d110b85f64269ffa1261dc9ec58495c3dda4426a9e0dcf6c9d3ccb /tmp/hblock' | shasum -c \
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.3.1/hblock' \
&& echo 'd93effa9a068b82f7d4d97fdcae7a320c6f7a3ae910af8234bca870f33ec55e1 /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
Expand Up @@ -4,7 +4,7 @@ set -eu
export LC_ALL='C'

# Metadata.
if [ -z "${HBLOCK_VERSION+x}" ]; then HBLOCK_VERSION='3.3.0'; fi
if [ -z "${HBLOCK_VERSION+x}" ]; then HBLOCK_VERSION='3.3.1'; fi
if [ -z "${HBLOCK_AUTHOR+x}" ]; then HBLOCK_AUTHOR='Héctor Molinero Fernández <[email protected]>'; fi
if [ -z "${HBLOCK_LICENSE+x}" ]; then HBLOCK_LICENSE='MIT, https://opensource.org/licenses/MIT'; fi
if [ -z "${HBLOCK_REPOSITORY+x}" ]; then HBLOCK_REPOSITORY='https://github.com/hectorm/hblock'; fi
Expand Down
4 changes: 2 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" "December 2021" "hBlock 3.3.0" "User Commands"
.TH HBLOCK "1" "December 2021" "hBlock 3.3.1" "User Commands"
.SH NAME
hBlock \- manual page for hBlock 3.3.0
hBlock \- manual page for hBlock 3.3.1
.SH SYNOPSIS
.B hblock
[\fI\,OPTION\/\fR]...
Expand Down
2 changes: 1 addition & 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.3.0
hBlock - manual page for hBlock 3.3.1

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion hblock.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9fd4aa94f8d110b85f64269ffa1261dc9ec58495c3dda4426a9e0dcf6c9d3ccb hblock
d93effa9a068b82f7d4d97fdcae7a320c6f7a3ae910af8234bca870f33ec55e1 hblock
2 changes: 1 addition & 1 deletion resources/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.0/resources/systemd/hblock.{service,timer}' \
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v3.3.1/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/ \
Expand Down

0 comments on commit 15f3716

Please sign in to comment.