Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
thin-provisioning-tools
Commits:
9b76668c by Christian Hesse at 2023-12-08T16:25:03+01:00
upgpkg: 1.0.9-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = thin-provisioning-tools
pkgdesc = Suite of tools for manipulating the metadata of the dm-thin
device-mapper target
- pkgver = 1.0.8
+ pkgver = 1.0.9
pkgrel = 1
url = https://github.com/jthornber/thin-provisioning-tools
arch = x86_64
license = GPL3
makedepends = cargo
depends = gcc-libs
- source =
thin-provisioning-tools-1.0.8.tar.gz::https://github.com/jthornber/thin-provisioning-tools/archive/v1.0.8.tar.gz
- sha256sums =
1afa8cf5c8b30c2c2e7bf45ca2af2c94b524ca63ef049322aa0dea6abe7e36fa
+ source =
thin-provisioning-tools-1.0.9.tar.gz::https://github.com/jthornber/thin-provisioning-tools/archive/v1.0.9.tar.gz
+ sha256sums =
4ff542b438babf4e17378bc5c6d823ec35c00f72bde49fe229a803bba4634512
pkgname = thin-provisioning-tools
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jason Hall <[email protected]>
pkgname=thin-provisioning-tools
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc='Suite of tools for manipulating the metadata of the dm-thin
device-mapper target'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('gcc-libs')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('1afa8cf5c8b30c2c2e7bf45ca2af2c94b524ca63ef049322aa0dea6abe7e36fa')
+sha256sums=('4ff542b438babf4e17378bc5c6d823ec35c00f72bde49fe229a803bba4634512')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/thin-provisioning-tools/-/commit/9b76668cbf9872f282637aedc5234c10bd14f4a3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/thin-provisioning-tools/-/commit/9b76668cbf9872f282637aedc5234c10bd14f4a3
You're receiving this email because of your account on gitlab.archlinux.org.