wok rev 25059
lvmts: update wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 16:43:48 2022 +0000 (2022-06-06) |
parents | 41dea5260420 |
children | ea7c7014b421 |
files | lvmts/receipt |
line diff
1.1 --- a/lvmts/receipt Mon Jun 06 11:14:20 2022 +0000 1.2 +++ b/lvmts/receipt Mon Jun 06 16:43:48 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lvmts" 1.7 -GITHASH="aa722606e6dbdf6c15eb8b9294ad789814592c18" 1.8 +GITHASH="aa722606e6dbdf6c15eb8b9294ad789814592c18" # 20120822 1.9 VERSION=${GITHASH:0:7} 1.10 CATEGORY="system-tools" 1.11 SHORT_DESC="Hierarchical Storage Manager utilizing LVM." 1.12 @@ -9,7 +9,7 @@ 1.13 LICENSE="GPL3" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="https://github.com/tomato42/lvmts/" 1.16 -WGET_URL="https://nodeload.github.com/tomato42/lvmts/tarball/$GITHASH" 1.17 +WGET_URL="https://nodeload.github.com/tomato42/lvmts/tar.gz/$GITHASH" 1.18 1.19 DEPENDS="lvm2 blktrace libconfuse" 1.20 BUILD_DEPENDS="wget lvm2-dev libconfuse"