Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jan 18, 2021
1 parent 21b4c3d commit ea72bdc
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 @@ -33,8 +33,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.1.3/hblock' \
&& echo '7e074fdbffd22fd7ad69aa21246840ef091089cfe62b37cb14de6fe8c700bda3 /tmp/hblock' | shasum -c \
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.2.0/hblock' \
&& echo 'b9ed6de52455fbde882879ef50470c1538bc5ac8d1479ef130442770b159dbe3 /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.1.3
# Version: 3.2.0
# Author: Héctor Molinero Fernández <[email protected]>
# License: MIT, https://opensource.org/licenses/MIT
# Repository: https://github.com/hectorm/hblock
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.47.16.
.TH HBLOCK "1" "January 2021" "hBlock 3.1.3" "User Commands"
.TH HBLOCK "1" "January 2021" "hBlock 3.2.0" "User Commands"
.SH NAME
hBlock \- manual page for hBlock 3.1.3
hBlock \- manual page for hBlock 3.2.0
.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.1.3
hBlock - manual page for hBlock 3.2.0

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion hblock.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e074fdbffd22fd7ad69aa21246840ef091089cfe62b37cb14de6fe8c700bda3 hblock
b9ed6de52455fbde882879ef50470c1538bc5ac8d1479ef130442770b159dbe3 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.1.3/resources/systemd/hblock.{service,timer}' \
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v3.2.0/resources/systemd/hblock.{service,timer}' \
&& echo '08b736382cb9dfd39df1207a3e90b068f5325a41dc8254d83fde5d4540ba8b5b /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 ea72bdc

Please sign in to comment.