Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / snapper
Commits: cca971ab by Massimiliano Torromeo at 2024-11-12T21:29:47+01:00 upgpkg: 0.12.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = snapper pkgdesc = A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping. - pkgver = 0.11.2 + pkgver = 0.12.0 pkgrel = 1 url = http://snapper.io arch = x86_64 @@ -20,12 +20,12 @@ pkgbase = snapper depends = json-c optdepends = pam: pam_snapper backup = etc/conf.d/snapper - source = https://github.com/openSUSE/snapper/archive/v0.11.2/snapper-0.11.2.tar.gz + source = https://github.com/openSUSE/snapper/archive/v0.12.0/snapper-0.12.0.tar.gz source = conf-d.patch source = cron-rename.patch source = drift-file-path.patch source = usr-paths.patch - sha256sums = d2a33935f94f30b22aecbdfdecccf651b3616fa698aec266646a9d06043bfd6f + sha256sums = 057230965c8135ed78038dab8045444e7b40d7f5c1ca8aa80ecb3ef90c70c5ac sha256sums = 527fc127eb0569eea9dcb888833e0b1f54302bfcb3a88f0101ae32837771bc61 sha256sums = a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35 sha256sums = 093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Tom Kuther <gim...@sonnenkinder.org> pkgname=snapper -pkgver=0.11.2 +pkgver=0.12.0 pkgrel=1 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping." arch=('x86_64') @@ -17,7 +17,7 @@ source=("https://github.com/openSUSE/snapper/archive/v$pkgver/$pkgname-$pkgver.t "cron-rename.patch" "drift-file-path.patch" "usr-paths.patch") -sha256sums=('d2a33935f94f30b22aecbdfdecccf651b3616fa698aec266646a9d06043bfd6f' +sha256sums=('057230965c8135ed78038dab8045444e7b40d7f5c1ca8aa80ecb3ef90c70c5ac' '527fc127eb0569eea9dcb888833e0b1f54302bfcb3a88f0101ae32837771bc61' 'a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35' '093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/snapper/-/commit/cca971ab824fa5973f0b0ea65969a9493b89acfb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/snapper/-/commit/cca971ab824fa5973f0b0ea65969a9493b89acfb You're receiving this email because of your account on gitlab.archlinux.org.