upg thin-provisioning-tools

This commit is contained in:
joborun linux 2023-12-09 03:13:00 +02:00
parent 29a9e59bb8
commit d17ab28b27
2 changed files with 11 additions and 6 deletions

View file

@ -6,13 +6,13 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=thin-provisioning-tools
pkgver=1.0.8
pkgver=1.0.9
pkgrel=01
pkgdesc='Suite of tools for manipulating the metadata of the dm-thin device-mapper target'
url="https://github.com/jthornber/thin-provisioning-tools"
depends=('gcc-libs')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz")
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@ -37,7 +37,12 @@ arch=(x86_64)
license=(GPL3)
sha256sums=(1afa8cf5c8b30c2c2e7bf45ca2af2c94b524ca63ef049322aa0dea6abe7e36fa) # v1.0.8.tar.gz
# Note: Arch reports a differen sum for the source, we triple checked it and filed an issue about it
# It is not the first time they get as sloppy as changing the code within hours and releasing it with
# the same version number. This is about the 3rd time this happened with Arch rushing to build from
# upstream within minutes of release!
## de0b2cdbed9a326e34a83748fb36b8f0c9ba87209337fbc9f032b1341ae56068 thin-provisioning-tools-1.0.8-01-x86_64.pkg.tar.lz
sha256sums=(830a6f86f96bfaadd779ca36b15a02b21fd1082ea0e72102b269d999d0b20429) # thin-provisioning-tools-1.0.9.tar.gz
## 82a436594019eddd04b750c65fe743d6003313e464941f1bdd5c663b9ca51e2f thin-provisioning-tools-1.0.9-01-x86_64.pkg.tar.lz

View file

@ -2,7 +2,7 @@
# Contributor: Jason Hall <cakersq@gmail.com>
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}"