From e49fb8d4e91a4ec3476d8cd1f2f9e60e457f43a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Nordstr=C3=B8m?= Date: Thu, 12 Dec 2019 00:21:20 +0100 Subject: [PATCH] Bump minuscle version of repotools for consistent Cargo.toml and Cargo.lock. --- README.md | 24 ++++++++++++------------ repotools/Cargo.lock | 2 +- repotools/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b455366..998e8ca 100644 --- a/README.md +++ b/README.md @@ -104,14 +104,14 @@ Download links and installation instructions are provided below. #### macOS Catalina 10.15.1 x86_64 -Download: [repotools-v0.7.2-macOS-Catalina-x86_64.tbz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.2/repotools-v0.7.2-macOS-Catalina-x86_64.tbz) +Download: [repotools-v0.7.3-macOS-Catalina-x86_64.tbz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-macOS-Catalina-x86_64.tbz) Installation: ```sh cd ~ -curl -LJO https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.2/repotools-v0.7.2-macOS-Catalina-x86_64.tbz -tar xvf repotools-v0.7.2-macOS-Catalina-x86_64.tbz +curl -LJO https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-macOS-Catalina-x86_64.tbz +tar xvf repotools-v0.7.3-macOS-Catalina-x86_64.tbz ``` The binaries are now available in `~/bin/`. Add that directory @@ -120,7 +120,7 @@ if you didn't have it there already, log out and log in again. #### Ubuntu 18.04 Bionic GNU/Linux x86_64 -Download: [repotools-v0.7.2-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.2/repotools-v0.7.2-ubuntu-bionic-x86_64.txz) +Download: [repotools-v0.7.3-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz) Being based on Ubuntu 18.04 Bionic, KDE neon User Edition 5.17 and the former share the same binary release file. You should be able to use the same binaries @@ -130,8 +130,8 @@ Installation: ```sh cd ~ -wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.2/repotools-v0.7.2-ubuntu-bionic-x86_64.txz -tar xvf repotools-v0.7.2-ubuntu-bionic-x86_64.txz +wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz +tar xvf repotools-v0.7.3-ubuntu-bionic-x86_64.txz ``` The binaries are now available in `~/bin/`. Add that directory @@ -140,7 +140,7 @@ if you didn't have it there already, log out and log in again. #### KDE neon User Edition 5.17 GNU/Linux x86_64 -Download: [repotools-v0.7.2-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.2/repotools-v0.7.2-ubuntu-bionic-x86_64.txz) +Download: [repotools-v0.7.3-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz) Being based on Ubuntu 18.04 Bionic, KDE neon User Edition 5.17 and the former share the same binary release file. You should be able to use the same binaries @@ -150,8 +150,8 @@ Installation: ```sh cd ~ -wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.2/repotools-v0.7.2-ubuntu-bionic-x86_64.txz -tar xvf repotools-v0.7.2-ubuntu-bionic-x86_64.txz +wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz +tar xvf repotools-v0.7.3-ubuntu-bionic-x86_64.txz ``` The binaries are now available in `~/bin/`. Add that directory @@ -160,14 +160,14 @@ if you didn't have it there already, log out and log in again. #### FreeBSD 12.1 x86_64 -Download: [repotools-v0.7.2-freebsd-12.1-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.2/repotools-v0.7.2-freebsd-12.1-x86_64.txz) +Download: [repotools-v0.7.3-freebsd-12.1-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-freebsd-12.1-x86_64.txz) Installation: ```sh cd ~ -fetch https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.2/repotools-v0.7.2-freebsd-12.1-x86_64.txz -tar xvf repotools-v0.7.2-freebsd-12.1-x86_64.txz +fetch https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-freebsd-12.1-x86_64.txz +tar xvf repotools-v0.7.3-freebsd-12.1-x86_64.txz ``` The binaries are now available in `~/bin/`. Add that directory diff --git a/repotools/Cargo.lock b/repotools/Cargo.lock index bd47389..3e94c25 100644 --- a/repotools/Cargo.lock +++ b/repotools/Cargo.lock @@ -56,7 +56,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "repotools" -version = "0.7.2" +version = "0.7.3" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "exec 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/repotools/Cargo.toml b/repotools/Cargo.toml index 0a1d044..1f60461 100644 --- a/repotools/Cargo.toml +++ b/repotools/Cargo.toml @@ -4,7 +4,7 @@ description = "Short names, big time savings. Repotools is a collection of comma license = "ISC" readme = "../README.md" repository = "https://github.com/ctsrc/repotools" -version = "0.7.2" +version = "0.7.3" authors = ["Erik Nordstrøm "] categories = ["command-line-utilities", "development-tools", "science"] keywords = ["git"]