wok-current diff tint2/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (3 weeks ago) |
parents | fb22330086d8 |
children |
line diff
1.1 --- a/tint2/receipt Sun Feb 06 16:04:43 2022 +0000 1.2 +++ b/tint2/receipt Fri Dec 20 16:13:23 2024 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 WEB_SITE="https://gitlab.com/o9000/tint2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="$WEB_SITE/repository/archive.tar.gz?ref=$VERSION" 1.8 +WGET_URL="$WEB_SITE/-/archive/v$VERSION/tint2-v$VERSION.tar.gz" 1.9 BRANCH="$VERSION" 1.10 CONFIG_FILES="/etc/xdg/tint2/tint2rc" 1.11 TAGS="desktop panel taskbar" 1.12 @@ -20,7 +20,7 @@ 1.13 1.14 current_version() 1.15 { 1.16 - wget -O - ${WGET_URL%/repo*}/-/tags 2>/dev/null | \ 1.17 + wget -O - $WEB_SITE/-/tags 2>/dev/null | \ 1.18 sed '/tar.gz/!d;/data/d;s|.*/tint2-v*\(.*\).tar.gz".*|\1|' | sort -Vr | sed q 1.19 } 1.20