upg thin-provisioning-tools
This commit is contained in:
parent
a43c117131
commit
fd82e4cbd2
3 changed files with 9 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=thin-provisioning-tools
|
||||
pkgver=1.0.3
|
||||
pkgver=1.0.4
|
||||
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"
|
||||
|
@ -39,8 +39,6 @@ arch=(x86_64)
|
|||
|
||||
license=(GPL3)
|
||||
|
||||
sha256sums=(8c912be0f7a1cdc40f37fd4226a1794a91fa31667231d4e88338f32cf84b88b6) # v1.0.3.tar.gz
|
||||
|
||||
## 71c1a8a629fbc829f2cc5fc10be74aabdd36ca58f9a38048d22093ba6e1da7f4 thin-provisioning-tools-1.0.3-01-x86_64.pkg.tar.lz
|
||||
|
||||
sha256sums=(a973786fb9cb49d30be6fb8178d6739bc23609d4114ab601f0983ecdbf349abf) # v1.0.4.tar.gz
|
||||
|
||||
## 882dc1072d2f8b6ae4b928c55d519645d4b31d6eb469554c38c1527423de3751 thin-provisioning-tools-1.0.4-01-x86_64.pkg.tar.lz
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Jason Hall <cakersq@gmail.com>
|
||||
|
||||
pkgname=thin-provisioning-tools
|
||||
pkgver=1.0.3
|
||||
pkgver=1.0.4
|
||||
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=('8c912be0f7a1cdc40f37fd4226a1794a91fa31667231d4e88338f32cf84b88b6')
|
||||
sha256sums=('a973786fb9cb49d30be6fb8178d6739bc23609d4114ab601f0983ecdbf349abf')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
8m to download 3s to compile - rust garbage - RUST GARBAGE + 204KB of garbage left on ~/.cargo/ - how much are linux fanboyz willing to incorporate into this ideation of FOSS?
|
||||
|
||||
real 6m36.976s
|
||||
user 8m1.915s
|
||||
sys 0m15.420s
|
||||
|
||||
real 7m27.654s
|
||||
user 7m48.466s
|
||||
sys 0m16.418s
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue