Skip to content

Commit

Permalink
bump restic version to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phlummox committed Jun 22, 2023
1 parent 3d9f841 commit 323f5a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.DELETE_ON_ERROR:

VERSION=0.12.1
VERSION=0.15.2
RESTIC_URL = https://github.com/restic/restic/releases/download/v$(VERSION)/restic_$(VERSION)_linux_amd64.bz2

RESTIC=usr/bin/restic
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and bash-completion function.

A copy of the built .deb file can be downloaded from
the [Releases][releases] page. Install it with e.g.
`sudo apt install $PWD/restic_0.12.1-2_amd64.deb`.
`sudo apt install $PWD/restic_0.15.2-2_amd64.deb`.

[releases]: https://github.com/phlummox-dev/restic-deb/releases/

Expand All @@ -22,7 +22,7 @@ the Ubuntu repositories is missing bugfixes and capabilities found in
recent versions of restic (e.g. the ability to use [rclone][rclone]
backends, added in restic 0.9.0 in 2018).

So this repo downloads the static binary for restic 0.12.1 from the
So this repo downloads the static binary for restic 0.15.2 from the
GitHub releases page for restic, uses it generate man pages and a bash
completion file, and shoves it all into a .deb.

Expand Down

0 comments on commit 323f5a1

Please sign in to comment.