Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
stratisd
Commits:
dea17e0f by Antonio Rojas at 2023-12-17T12:58:53+01:00
upgpkg: 3.6.3-1: Update to 3.6.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = stratisd
pkgdesc = Easy to use local storage management for Linux.
- pkgver = 3.5.9
+ pkgver = 3.6.3
pkgrel = 1
url = https://stratis-storage.github.io/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = stratisd
depends = systemd
optdepends = stratis-cli: command line interface
optdepends = dracut: stratis as root filesystem support
- source =
stratisd-3.5.9.tar.gz::https://github.com/stratis-storage/stratisd/archive/stratisd-v3.5.9.tar.gz
- b2sums =
49c0c55e22dabce15c110cf2a595d294c0f74cf6c127b27083ef94e569e623f5fec6a922c79c5b27fab9653570d13de5fd336f9d9efe827577ab57191296f399
+ source =
stratisd-3.6.3.tar.gz::https://github.com/stratis-storage/stratisd/archive/stratisd-v3.6.3.tar.gz
+ b2sums =
ceaa8efb82f0bc76c0cf8900e923049e2b0eeeb0a73c1a40637aebd1aa23df0f789271911966c57eb5c4239961a6d939f88a043d6a0ad500ffa9510ffede8968
pkgname = stratisd
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dan Beste <[email protected]>
pkgname='stratisd'
-pkgver=3.5.9
+pkgver=3.6.3
pkgrel=1
pkgdesc='Easy to use local storage management for Linux.'
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('stratis-cli: command line interface'
'dracut: stratis as root filesystem support')
checkdepends=('python-pyudev')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/stratisd-v${pkgver}.tar.gz")
-b2sums=('49c0c55e22dabce15c110cf2a595d294c0f74cf6c127b27083ef94e569e623f5fec6a922c79c5b27fab9653570d13de5fd336f9d9efe827577ab57191296f399')
+b2sums=('ceaa8efb82f0bc76c0cf8900e923049e2b0eeeb0a73c1a40637aebd1aa23df0f789271911966c57eb5c4239961a6d939f88a043d6a0ad500ffa9510ffede8968')
prepare() {
cd "${pkgname}-${pkgname}-v${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stratisd/-/commit/dea17e0f1291c659a6d2078f15f62621860d5efd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stratisd/-/commit/dea17e0f1291c659a6d2078f15f62621860d5efd
You're receiving this email because of your account on gitlab.archlinux.org.