mirror of
https://github.com/xvxx/phetch
synced 2024-11-05 00:00:58 +00:00
(cargo-release) version 0.1.13
This commit is contained in:
parent
6806e113a6
commit
4ad58d90ee
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -160,7 +160,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "phetch"
|
||||
version = "0.1.13-dev"
|
||||
version = "0.1.13"
|
||||
dependencies = [
|
||||
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "phetch"
|
||||
version = "0.1.13-dev"
|
||||
version = "0.1.13"
|
||||
authors = ["chris west <c@xvxx.io>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
12
README.md
12
README.md
@ -58,9 +58,9 @@ On macOS you can install with [Homebrew](https://brew.sh/):
|
||||
Binaries for Linux, Raspberry Pi, and Mac are available at
|
||||
https://github.com/xvxx/phetch/releases:
|
||||
|
||||
- [phetch-v0.1.12-linux-x86_64.tgz][0]
|
||||
- [phetch-v0.1.12-linux-armv7.tgz (Raspberry Pi)][1]
|
||||
- [phetch-v0.1.12-macos.zip][2]
|
||||
- [phetch-v0.1.13-linux-x86_64.tgz][0]
|
||||
- [phetch-v0.1.13-linux-armv7.tgz (Raspberry Pi)][1]
|
||||
- [phetch-v0.1.13-macos.zip][2]
|
||||
|
||||
Just unzip/untar the `phetch` program into your $PATH and get going!
|
||||
|
||||
@ -123,6 +123,6 @@ You can check whether TLS is enabled by visiting the About page:
|
||||
- [ ] bookmarks: toggle instead of just prepending to the file
|
||||
- [ ] bookmarks: save the title of the current page
|
||||
|
||||
[0]: https://github.com/xvxx/phetch/releases/download/v0.1.12/phetch-v0.1.12-linux-x86_64.tgz
|
||||
[1]: https://github.com/xvxx/phetch/releases/download/v0.1.12/phetch-v0.1.12-linux-armv7.tgz
|
||||
[2]: https://github.com/xvxx/phetch/releases/download/v0.1.12/phetch-v0.1.12-macos.zip
|
||||
[0]: https://github.com/xvxx/phetch/releases/download/v0.1.13/phetch-v0.1.13-linux-x86_64.tgz
|
||||
[1]: https://github.com/xvxx/phetch/releases/download/v0.1.13/phetch-v0.1.13-linux-armv7.tgz
|
||||
[2]: https://github.com/xvxx/phetch/releases/download/v0.1.13/phetch-v0.1.13-macos.zip
|
||||
|
Loading…
Reference in New Issue
Block a user