Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Nov 1, 2020
1 parent 27d0539 commit 7bb79f2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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/v2.1.7/hblock' \
&& echo 'e357fc9439d7b79036c7939f976aab9cbd25878c4651e5a757e30ff96452edc2 /tmp/hblock' | shasum -c \
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.0.0/hblock' \
&& echo '04141ff81f546169f418c6416fc774709c340ea40d79995e6e41cf2cf9efc458 /tmp/hblock' | shasum -c \
&& sudo mv /tmp/hblock /usr/local/bin/hblock \
&& sudo chown root:root /usr/local/bin/hblock \
&& sudo chmod 755 /usr/local/bin/hblock
Expand Down
2 changes: 1 addition & 1 deletion SHA256SUMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e357fc9439d7b79036c7939f976aab9cbd25878c4651e5a757e30ff96452edc2 hblock
04141ff81f546169f418c6416fc774709c340ea40d79995e6e41cf2cf9efc458 hblock
2 changes: 1 addition & 1 deletion hblock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Version: 2.1.7
# Version: 3.0.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" "October 2020" "hBlock 2.1.7" "User Commands"
.TH HBLOCK "1" "November 2020" "hBlock 3.0.0" "User Commands"
.SH NAME
hBlock \- manual page for hBlock 2.1.7
hBlock \- manual page for hBlock 3.0.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,7 +1,7 @@
NAME
====

hBlock - manual page for hBlock 2.1.7
hBlock - manual page for hBlock 3.0.0

SYNOPSIS
========
Expand Down
6 changes: 3 additions & 3 deletions resources/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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/v2.1.7/resources/systemd/hblock.{service,timer}' \
&& echo '70964235a03152d4bc68096a0b99cc59e3f77595b99330f8c55dcca79d7164ff /tmp/hblock.service' | shasum -c \
&& echo '79ecc28c13b2489400bd5ddc0ee61ddaf6c3225acb1d54b5cb4026f822ae60e8 /tmp/hblock.timer' | shasum -c \
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v3.0.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/ \
&& sudo chown root:root /etc/systemd/system/hblock.{service,timer} \
&& sudo chmod 644 /etc/systemd/system/hblock.{service,timer} \
Expand Down
4 changes: 2 additions & 2 deletions resources/systemd/SHA256SUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
70964235a03152d4bc68096a0b99cc59e3f77595b99330f8c55dcca79d7164ff hblock.service
79ecc28c13b2489400bd5ddc0ee61ddaf6c3225acb1d54b5cb4026f822ae60e8 hblock.timer
08b736382cb9dfd39df1207a3e90b068f5325a41dc8254d83fde5d4540ba8b5b hblock.service
87a7ba5067d4c565aca96659b0dce230471a6ba35fbce1d3e9d02b264da4dc38 hblock.timer

0 comments on commit 7bb79f2

Please sign in to comment.