mirror of
https://github.com/veeso/termscp.git
synced 2026-06-08 14:18:41 +02:00
init 0.6.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
- [Changelog](#changelog)
|
- [Changelog](#changelog)
|
||||||
- [0.7.0](#070)
|
- [0.6.1](#061)
|
||||||
- [0.6.0](#060)
|
- [0.6.0](#060)
|
||||||
- [0.5.1](#051)
|
- [0.5.1](#051)
|
||||||
- [0.5.0](#050)
|
- [0.5.0](#050)
|
||||||
@@ -20,11 +20,9 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 0.7.0
|
## 0.6.1
|
||||||
|
|
||||||
Released on ??
|
|
||||||
|
|
||||||
> 🍁 Autumn update 🍇
|
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1354,7 +1354,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termscp"
|
name = "termscp"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argh",
|
"argh",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ license = "MIT"
|
|||||||
name = "termscp"
|
name = "termscp"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/veeso/termscp"
|
repository = "https://github.com/veeso/termscp"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
|
|
||||||
[package.metadata.rpm]
|
[package.metadata.rpm]
|
||||||
package = "termscp"
|
package = "termscp"
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Developed by <a href="https://veeso.github.io/">@veeso</a></p>
|
<p align="center">Developed by <a href="https://veeso.github.io/">@veeso</a></p>
|
||||||
<p align="center">Current version: 0.6.0 (23/07/2021)</p>
|
<p align="center">Current version: 0.6.1 (FIXME: 23/07/2021)</p>
|
||||||
|
|
||||||
[](https://opensource.org/licenses/MIT) [](https://github.com/veeso/termscp) [](https://crates.io/crates/termscp) [](https://crates.io/crates/termscp) [](https://docs.rs/termscp)
|
[](https://opensource.org/licenses/MIT) [](https://github.com/veeso/termscp) [](https://crates.io/crates/termscp) [](https://crates.io/crates/termscp) [](https://docs.rs/termscp)
|
||||||
|
|
||||||
[](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://coveralls.io/github/veeso/termscp)
|
[](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://coveralls.io/github/veeso/termscp)
|
||||||
|
|
||||||
|
|||||||
2
dist/pkgs/freebsd/manifest
vendored
2
dist/pkgs/freebsd/manifest
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: "termscp"
|
name: "termscp"
|
||||||
version: 0.5.1
|
version: 0.6.1
|
||||||
origin: veeso/termscp
|
origin: veeso/termscp
|
||||||
comment: "A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP"
|
comment: "A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP"
|
||||||
desc: <<EOD
|
desc: <<EOD
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# -f, -y, --force, --yes
|
# -f, -y, --force, --yes
|
||||||
# Skip the confirmation prompt during installation
|
# Skip the confirmation prompt during installation
|
||||||
|
|
||||||
TERMSCP_VERSION="0.6.0"
|
TERMSCP_VERSION="0.6.1"
|
||||||
GITHUB_URL="https://github.com/veeso/termscp/releases/download/v${TERMSCP_VERSION}"
|
GITHUB_URL="https://github.com/veeso/termscp/releases/download/v${TERMSCP_VERSION}"
|
||||||
DEB_URL="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb"
|
DEB_URL="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb"
|
||||||
FREEBSD_URL="${GITHUB_URL}/termscp-${TERMSCP_VERSION}.txz"
|
FREEBSD_URL="${GITHUB_URL}/termscp-${TERMSCP_VERSION}.txz"
|
||||||
|
|||||||
Reference in New Issue
Block a user