Skip to content

Commit

Permalink
v0.7.4 (#17)
Browse files Browse the repository at this point in the history
* fix: check version
* added file license and version to package.
* update README
  • Loading branch information
goldfix authored Sep 8, 2019
1 parent b8cd934 commit e60cca0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ archives:
amd64: x86_64
files:
- README.md
- LICENSE
- VERSION
checksum:
name_template: 'checksums_md5.txt'
algorithm: md5
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
[![GitHub](https://img.shields.io/github/license/goldfix/pigHosts)](https://github.com/goldfix/pigHosts/blob/master/LICENSE)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/goldfix/pigHosts?sort=semver)](https://github.com/goldfix/pigHosts/releases)
[![Travis (.com) branch](https://img.shields.io/travis/com/goldfix/pigHosts/master?label=master%20build)](https://travis-ci.com/goldfix/pigHosts)

## pigHosts

- Latest version: [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/goldfix/pigHosts?sort=semver)](https://github.com/goldfix/pigHosts/releases)
- Download blocklist hosts from remote sites.
- Add and remove blocklist hosts, from your hosts file.
- Possibility to customize your download blocklist links.
- Possibility to esclude specific hosts.
- Windows & Linux version.

### Use:
### Use:

```
Expand All @@ -29,7 +34,7 @@ Command:
```

### Configuration files:
### Configuration files:

When you started first time pigHost, will be created two configuration file:

Expand All @@ -49,7 +54,7 @@ Some antivirus locks `.../etc/hosts` file. Remember to configure the antivirus c
- Set your `GOPATH` environment variable.
- In the `./src` folder, execute command: `task build-mod-vendor`.

#### Thanks to:
#### Thanks to:

Blocklist Collection sites:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.3
0.7.4

0 comments on commit e60cca0

Please sign in to comment.