Package Details: resticprofile 0.19.0-1

Git Clone URL: https://aur.archlinux.org/resticprofile.git (read-only, click to copy)
Package Base: resticprofile
Description: Configuration profiles manager and scheduler for restic backup
Upstream URL: https://github.com/creativeprojects/resticprofile
Licenses: GPL3
Submitter: metalspork
Maintainer: djmattyg007
Last Packager: djmattyg007
Votes: 4
Popularity: 0.049482
First Submitted: 2021-02-09 03:30 (UTC)
Last Updated: 2023-01-02 04:40 (UTC)

Latest Comments

faisalm commented on 2021-10-14 03:39 (UTC)

Upgrade to 0.15.0 just requires a change to the version and sha256sum in the PKGBUILD.

diff --git a/PKGBUILD b/PKGBUILD
index 91e5b2d..17b6d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Kyle Brennan <kyle@metalspork.xyz>
 pkgname=resticprofile
-pkgver=0.11.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='Configuration profiles for restic backup'
 arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('glibc' 'restic')
 makedepends=('git' 'make' 'go')
 provides=('resticprofile')
 source=("https://github.com/creativeprojects/resticprofile/archive/v$pkgver.tar.gz")
-sha256sums=('219d2c5155d23a3a6816fb6028639e70861fb03dccef0e5b54cf8b081b61b30b')
+sha256sums=('10e7335b821d6e1399bd1f718eed5c1b726a8210fd36f20338cd0b4e2211efd4')

 importpath='github.com/restic/resticprofile'