autorestic: update to 1.7.9
This commit is contained in:
parent
90480593bf
commit
739c6e8d9b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'autorestic'
|
# Template file for 'autorestic'
|
||||||
pkgname=autorestic
|
pkgname=autorestic
|
||||||
version=1.7.7
|
version=1.7.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/cupcakearmy/autorestic"
|
go_import_path="github.com/cupcakearmy/autorestic"
|
||||||
depends="restic"
|
depends="restic"
|
||||||
|
@ -9,6 +9,6 @@ short_desc="Config driven, easy backup cli for restic"
|
||||||
maintainer="Emil Miler <em@0x45.cz>"
|
maintainer="Emil Miler <em@0x45.cz>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://autorestic.vercel.app/"
|
homepage="https://autorestic.vercel.app/"
|
||||||
changelog="https://github.com/cupcakearmy/autorestic/blob/master/CHANGELOG.md"
|
changelog="https://github.com/cupcakearmy/autorestic/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/cupcakearmy/autorestic/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/cupcakearmy/autorestic/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=f2c38729882e7d0529347ab115e7ce068f6062677a63c92eb4bd0efc1ae67cbb
|
checksum=e57bbc045edee4aabd850da2e61da9c18a6d12bd323866be1eb3edca4709b363
|
||||||
|
|
Loading…
Reference in New Issue