Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / snapper
Commits:
2de6e3bc by Massimiliano Torromeo at 2024-09-08T17:03:16+02:00
upgpkg: 0.11.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
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.1
- pkgrel = 2
+ pkgver = 0.11.2
+ pkgrel = 1
url = http://snapper.io
arch = x86_64
license = GPL2
@@ -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.1/snapper-0.11.1.tar.gz
+ source =
https://github.com/openSUSE/snapper/archive/v0.11.2/snapper-0.11.2.tar.gz
source = conf-d.patch
source = cron-rename.patch
source = drift-file-path.patch
source = usr-paths.patch
- sha256sums =
5e7ade21e83593cdaab083f6705384f36b64f059829fd428b0f0b1c62d607083
+ sha256sums =
d2a33935f94f30b22aecbdfdecccf651b3616fa698aec266646a9d06043bfd6f
sha256sums =
527fc127eb0569eea9dcb888833e0b1f54302bfcb3a88f0101ae32837771bc61
sha256sums =
a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35
sha256sums =
093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Tom Kuther <[email protected]>
pkgname=snapper
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.11.2
+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')
url="http://snapper.io"
@@ -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=('5e7ade21e83593cdaab083f6705384f36b64f059829fd428b0f0b1c62d607083'
+sha256sums=('d2a33935f94f30b22aecbdfdecccf651b3616fa698aec266646a9d06043bfd6f'
'527fc127eb0569eea9dcb888833e0b1f54302bfcb3a88f0101ae32837771bc61'
'a78fea96638cd686cb727316b68d0c44e6e3154e72947025774fc0e58c7dce35'
'093c7993e466a0cf9c0794a971825f5f1b40047512857bc124ed0d63dbb306d6'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/snapper/-/commit/2de6e3bc65f8b301624a470917191eb64cf84dd1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/snapper/-/commit/2de6e3bc65f8b301624a470917191eb64cf84dd1
You're receiving this email because of your account on gitlab.archlinux.org.