Update to restic-0.15.0

Removed patch, which is merged into this release.

Changelog: https://github.com/restic/restic/releases/tag/v0.15.0

OK sthen@
This commit is contained in:
bket 2023-01-14 13:43:51 +00:00
parent 77f67502ed
commit ae41d95b3e
5 changed files with 1055 additions and 1952 deletions

View File

@ -1,8 +1,7 @@
COMMENT= fast, efficient and secure backup program
MODGO_MODNAME= github.com/restic/restic
MODGO_VERSION= v0.14.0
REVISION= 5
MODGO_VERSION= v0.15.0
DISTNAME= restic-${MODGO_VERSION}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +0,0 @@
https://github.com/restic/restic/pull/4100
Index: cmd/restic/cmd_self_update.go
--- cmd/restic/cmd_self_update.go.orig
+++ cmd/restic/cmd_self_update.go
@@ -1,4 +1,4 @@
-// xbuild selfupdate
+//go:build selfupdate
package main

View File

@ -18,6 +18,7 @@
@man man/man1/restic-rebuild-index.1
@man man/man1/restic-recover.1
@man man/man1/restic-restore.1
@man man/man1/restic-rewrite.1
@man man/man1/restic-snapshots.1
@man man/man1/restic-stats.1
@man man/man1/restic-tag.1