diff options
author | Erik Westrup | 2022-02-17 09:51:11 +0100 |
---|---|---|
committer | Erik Westrup | 2022-02-17 09:51:11 +0100 |
commit | d0c9c6315c8f9d090b36a4af080d323718143006 (patch) | |
tree | e7aea3fae28faa744ee335e8e103aa4e1bf739de | |
parent | 0ea57139e6e902f8ab957d82eb49831ca7a46007 (diff) | |
download | aur-d0c9c6315c8f9d090b36a4af080d323718143006.tar.gz |
Bump to v7.3.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = restic-automatic-backup-scheduler pkgdesc = Automatic backups using restic + systemd timers with Backblaze B2 storage backend. - pkgver = 7.1.0 + pkgver = 7.3.0 pkgrel = 1 url = https://github.com/erikw/restic-automatic-backup-scheduler install = restic-automatic-backup-scheduler.install @@ -19,7 +19,7 @@ pkgbase = restic-automatic-backup-scheduler backup = etc/restic/b2_env.sh backup = etc/restic/b2_pw.txt backup = etc/restic/backup_exclude - source = restic-automatic-backup-scheduler-7.1.0.tar.gz::https://github.com/erikw/restic-automatic-backup-scheduler/archive/v7.1.0.tar.gz - sha256sums = f1a0fd6377e45452e057c782734067970fc642d268d85c1d13ea91492ca912db + source = restic-automatic-backup-scheduler-7.3.0.tar.gz::https://github.com/erikw/restic-automatic-backup-scheduler/archive/v7.3.0.tar.gz + sha256sums = df942e5ba780311cdb0ff9db6e43e4e165d73567bbc662be9a5f808e9b51ddea pkgname = restic-automatic-backup-scheduler @@ -2,7 +2,7 @@ # Maintainer: Erik Westrup <erik.westrup@gmail.com> pkgname=restic-automatic-backup-scheduler -pkgver=7.1.0 +pkgver=7.3.0 pkgrel=1 pkgdesc="Automatic backups using restic + systemd timers with Backblaze B2 storage backend." arch=('any') @@ -11,7 +11,7 @@ license=('BSD' 'custom') depends=('restic' 'bash' 'systemd') source=("$pkgname-$pkgver.tar.gz::https://github.com/erikw/$pkgname/archive/v$pkgver.tar.gz") install="restic-automatic-backup-scheduler.install" -sha256sums=('f1a0fd6377e45452e057c782734067970fc642d268d85c1d13ea91492ca912db') +sha256sums=('df942e5ba780311cdb0ff9db6e43e4e165d73567bbc662be9a5f808e9b51ddea') backup=('etc/restic/backup_exclude.txt' 'etc/restic/default.env.sh' 'etc/restic/_global.env.sh' 'etc/restic/pw.txt') # Backup <5.0.0 conf files for whose who upgrade. backup+=('etc/restic/default.env' 'etc/restic/_global.env') |