Skip to content

Commit 6107bd5

Browse files
committed
Include files for packaging. Update deps. Update copyright years. Bump versions.
1 parent 1aefbc5 commit 6107bd5

14 files changed

Lines changed: 30 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 Erik Nordstrøm <erik@nordstroem.no>
1+
Copyright (c) 2019, 2020 Erik Nordstrøm <erik@nordstroem.no>
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ Download links and installation instructions are provided below.
104104

105105
#### macOS Catalina 10.15.1 x86_64
106106

107-
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)
107+
Download: [repotools-v0.7.5-macOS-Catalina-x86_64.tbz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-macOS-Catalina-x86_64.tbz)
108108

109109
Installation:
110110

111111
```sh
112112
cd ~
113-
curl -LJO https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-macOS-Catalina-x86_64.tbz
114-
tar xvf repotools-v0.7.3-macOS-Catalina-x86_64.tbz
113+
curl -LJO https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-macOS-Catalina-x86_64.tbz
114+
tar xvf repotools-v0.7.5-macOS-Catalina-x86_64.tbz
115115
```
116116

117117
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.
120120

121121
#### Ubuntu 18.04 Bionic GNU/Linux x86_64
122122

123-
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)
123+
Download: [repotools-v0.7.5-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-ubuntu-bionic-x86_64.txz)
124124

125125
Being based on Ubuntu 18.04 Bionic, KDE neon User Edition 5.17 and the former
126126
share the same binary release file. You should be able to use the same binaries
@@ -130,8 +130,8 @@ Installation:
130130

131131
```sh
132132
cd ~
133-
wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz
134-
tar xvf repotools-v0.7.3-ubuntu-bionic-x86_64.txz
133+
wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-ubuntu-bionic-x86_64.txz
134+
tar xvf repotools-v0.7.5-ubuntu-bionic-x86_64.txz
135135
```
136136

137137
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.
140140

141141
#### KDE neon User Edition 5.17 GNU/Linux x86_64
142142

143-
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)
143+
Download: [repotools-v0.7.5-ubuntu-bionic-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-ubuntu-bionic-x86_64.txz)
144144

145145
Being based on Ubuntu 18.04 Bionic, KDE neon User Edition 5.17 and the former
146146
share the same binary release file. You should be able to use the same binaries
@@ -150,8 +150,8 @@ Installation:
150150

151151
```sh
152152
cd ~
153-
wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-ubuntu-bionic-x86_64.txz
154-
tar xvf repotools-v0.7.3-ubuntu-bionic-x86_64.txz
153+
wget https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-ubuntu-bionic-x86_64.txz
154+
tar xvf repotools-v0.7.5-ubuntu-bionic-x86_64.txz
155155
```
156156

157157
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.
160160

161161
#### FreeBSD 12.1 x86_64
162162

163-
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)
163+
Download: [repotools-v0.7.5-freebsd-12.1-x86_64.txz](https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-freebsd-12.1-x86_64.txz)
164164

165165
Installation:
166166

167167
```sh
168168
cd ~
169-
fetch https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.3/repotools-v0.7.3-freebsd-12.1-x86_64.txz
170-
tar xvf repotools-v0.7.3-freebsd-12.1-x86_64.txz
169+
fetch https://github.com/ctsrc/repotools/releases/download/repotools-v0.7.5/repotools-v0.7.5-freebsd-12.1-x86_64.txz
170+
tar xvf repotools-v0.7.5-freebsd-12.1-x86_64.txz
171171
```
172172

173173
The binaries are now available in `~/bin/`. Add that directory

commands/aa2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = false
44
description = "add all files in git repository to index, optionally limited to one or more directories"
55
license = "ISC"
66
repository = "https://github.com/ctsrc/repotools/tree/master/aa2"
7-
version = "0.9.3"
7+
version = "0.9.4"
88
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
99
edition = "2018"
1010

commands/cm2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = false
44
description = "git commit with message"
55
license = "ISC"
66
repository = "https://github.com/ctsrc/repotools/tree/master/cm2"
7-
version = "0.9.2"
7+
version = "0.9.3"
88
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
99
edition = "2018"
1010

commands/di2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = false
44
description = "diff files staged for commit in git repository, optionally limited to a given file or directory"
55
license = "ISC"
66
repository = "https://github.com/ctsrc/repotools/tree/master/di2"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
99
edition = "2018"
1010

commands/dp2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = false
44
description = "diff files pending staging in git repository, optionally limited to a given file or directory"
55
license = "ISC"
66
repository = "https://github.com/ctsrc/repotools/tree/master/dp2"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
99
edition = "2018"
1010

commands/le2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = false
44
description = "number of commits by each author in git repository"
55
license = "ISC"
66
repository = "https://github.com/ctsrc/repotools/tree/master/le2"
7-
version = "0.9.4"
7+
version = "0.9.5"
88
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
99
edition = "2018"
1010

commands/pu2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = false
44
description = "push commits or tags to remote git repository"
55
license = "ISC"
66
repository = "https://github.com/ctsrc/repotools/tree/master/pu2"
7-
version = "0.5.3"
7+
version = "0.5.4"
88
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
99
edition = "2018"
1010

commands/st2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = false
44
description = "status of git repository, optionally limited to one or more files or directories"
55
license = "ISC"
66
repository = "https://github.com/ctsrc/repotools/tree/master/st2"
7-
version = "0.9.3"
7+
version = "0.9.4"
88
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
99
edition = "2018"
1010

0 commit comments

Comments
 (0)