Skip to content

Commit

Permalink
2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Feb 22, 2020
1 parent 6f3bd92 commit cd4fc11
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ https://hblock.molinero.dev
## Installation

```sh
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v2.1.4/hblock' \
&& echo 'a379434ebd58b0b976244d568a299318aa24e7be8d6795b5f8224bad3f4b44b8 /tmp/hblock' | shasum -c \
curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v2.1.5/hblock' \
&& echo '5e9daba7a9a00a3e71d20b57d8fb46db560cd9834bf3b1b72b3f206fe32762e0 /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
1 change: 1 addition & 0 deletions SHA256SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5e9daba7a9a00a3e71d20b57d8fb46db560cd9834bf3b1b72b3f206fe32762e0 hblock
4 changes: 2 additions & 2 deletions hblock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Version: 2.1.4
# Version: 2.1.5
# Author: Héctor Molinero Fernández <[email protected]>
# Repository: https://github.com/hectorm/hblock
# License: MIT, https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -218,7 +218,7 @@ showHelp() {

# Show version number and quit
showVersion() {
printStdout '%s\n' '2.1.4'
printStdout '%s\n' '2.1.5'
exit 0
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hblock",
"version": "2.1.4",
"version": "2.1.5",
"description": "Improve your security and privacy by blocking ads, tracking and malware domains",
"keywords": [
"ad-block",
Expand Down
2 changes: 1 addition & 1 deletion resources/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The following commands will schedule a daily update of the hosts file. See [this article](https://wiki.archlinux.org/index.php/Systemd/Timers) for more information about Systemd timers.

```sh
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v2.1.4/resources/systemd/hblock.{service,timer}' \
curl -o '/tmp/hblock.#1' 'https://raw.githubusercontent.com/hectorm/hblock/v2.1.5/resources/systemd/hblock.{service,timer}' \
&& echo '70964235a03152d4bc68096a0b99cc59e3f77595b99330f8c55dcca79d7164ff /tmp/hblock.service' | shasum -c \
&& echo '79ecc28c13b2489400bd5ddc0ee61ddaf6c3225acb1d54b5cb4026f822ae60e8 /tmp/hblock.timer' | shasum -c \
&& sudo mv /tmp/hblock.{service,timer} /etc/systemd/system/ \
Expand Down
2 changes: 2 additions & 0 deletions resources/systemd/SHA256SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
70964235a03152d4bc68096a0b99cc59e3f77595b99330f8c55dcca79d7164ff hblock.service
79ecc28c13b2489400bd5ddc0ee61ddaf6c3225acb1d54b5cb4026f822ae60e8 hblock.timer

0 comments on commit cd4fc11

Please sign in to comment.