Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / snapper
Commits: ab9f95ce by Massimiliano Torromeo at 2025-01-16T20:23:37+01:00 upgpkg: 0.12.1-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.12.0 + pkgver = 0.12.1 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.12.0/snapper-0.12.0.tar.gz + source = https://github.com/openSUSE/snapper/archive/v0.12.1/snapper-0.12.1.tar.gz source = conf-d.patch source = cron-rename.patch source = drift-file-path.patch source = usr-paths.patch - sha256sums = 057230965c8135ed78038dab8045444e7b40d7f5c1ca8aa80ecb3ef90c70c5ac + sha256sums = eec9de03c8c224ac06e0b2970fde4c37cf89f848b4b49c904e8ee00bb7c3aff3 sha256sums = 527fc127eb0569eea9dcb888833e0b1f54302bfcb3a88f0101ae32837771bc61 sha256sums = a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35 sha256sums = 093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Tom Kuther <gim...@sonnenkinder.org> pkgname=snapper -pkgver=0.12.0 +pkgver=0.12.1 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=('057230965c8135ed78038dab8045444e7b40d7f5c1ca8aa80ecb3ef90c70c5ac' +sha256sums=('eec9de03c8c224ac06e0b2970fde4c37cf89f848b4b49c904e8ee00bb7c3aff3' '527fc127eb0569eea9dcb888833e0b1f54302bfcb3a88f0101ae32837771bc61' 'a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35' '093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/snapper/-/commit/ab9f95ce1ec47a53ef34c09234bc219156310b24 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/snapper/-/commit/ab9f95ce1ec47a53ef34c09234bc219156310b24 You're receiving this email because of your account on gitlab.archlinux.org.