Skip to content

Commit 7bc8fe0

Browse files
committed
Workflow fix 2 and bump version in cargo.toml
1 parent a48f58c commit 7bc8fe0

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/publish_freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
mkdir -p /usr/local/etc/pkg/repos
2222
cp /etc/pkg/FreeBSD.conf /usr/local/etc/pkg/repos
2323
sed -i 's/FreeBSD:/FreeBSDlatest:/g'
24-
echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
24+
echo "FreeBSD: { enabled: no }" >> /usr/local/etc/pkg/repos/FreeBSD.conf
2525
pkg update
2626
pkg upgrade -y
2727
pkg install -y curl rust pkgconf openssl

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hctl"
3-
version = "0.1.0"
3+
version = "0.1.3"
44
edition = "2021"
55
authors = [ "Michał Szmidt" ]
66
repository = "https://github.com/michalszmidt/hctl"

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is simple cli tool written in rust to manage (transform, clear from comment
1414
- [x] Rejected lines may be saved with information about source list
1515
- [x] Support for Windows encoded text files (line ending with \n\r)
1616
- [x] Supported input formats (linewise, 127.0.0.1, 0.0.0.0)
17-
- [ ] Supported output formats (linewise, 127.0.0.1, 0.0.0.0, dnsmasq)
17+
- [x] Supported output formats (linewise, 127.0.0.1, 0.0.0.0, dnsmasq)
1818
- [ ] Whitelists
1919
- [ ] Fault-tolerance, better error handling
2020
- [ ] Deep rejected analysis
@@ -34,4 +34,8 @@ See rules.rs if you want to embed similar solution in your app.
3434
- [Usage](https://github.com/michalszmidt/hctl/wiki/Usage)
3535
- [Installation](https://github.com/michalszmidt/hctl/wiki/Installation)
3636

37-
[BSD-3-clause-no-military](https://github.com/michalszmidt/hctl/blob/main/LICENSE)
37+
## License
38+
[BSD-3-clause-no-military](https://github.com/michalszmidt/hctl/blob/main/LICENSE)
39+
40+
TD;LR
41+
Modified [BSD-3-clause](https://choosealicens

0 commit comments

Comments
 (0)