wok-current rev 25051
Up terminology (0.7.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 05 10:44:35 2022 +0000 (2022-06-05) |
parents | 6da3642bd96b |
children | bb9b70ee30ac |
files | pycrypto/receipt rawstudio/receipt ruby-ncurses/receipt terminology/receipt |
line diff
1.1 --- a/pycrypto/receipt Sat Jun 04 20:41:29 2022 +0000 1.2 +++ b/pycrypto/receipt Sun Jun 05 10:44:35 2022 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Cryptographic algorithms and protocols for python." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="PublicDomain" 1.7 -WEB_SITE="https://www.dlitz.net/software/pycrypto/" 1.8 +WEB_SITE="https://www.pycrypto.org/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="https://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL"
2.1 --- a/rawstudio/receipt Sat Jun 04 20:41:29 2022 +0000 2.2 +++ b/rawstudio/receipt Sun Jun 05 10:44:35 2022 +0000 2.3 @@ -7,8 +7,8 @@ 2.4 MAINTAINER="slaxemulator@gmail.com" 2.5 LICENSE="GPL2" 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 -WEB_SITE="https://rawstudio.org/" 2.8 -WGET_URL="https://rawstudio.org/files/release/$TARBALL" 2.9 +WEB_SITE="https://github.com/rawstudio/rawstudio/" 2.10 +WGET_URL="https://github.com/rawstudio/rawstudio/releases/download/v$VERSION/$TARBALL" 2.11 2.12 DEPENDS="desktop-file-utils dbus exiv2 GConf gtk+ lcms jpeg libjpeg tiff libxml2" 2.13 BUILD_DEPENDS="exiv2-dev GConf-dev gtk+-dev dbus-dev lcms-dev jpeg-dev tiff-dev libxml2-dev" 2.14 @@ -16,8 +16,8 @@ 2.15 # What is the latest version available today? 2.16 current_version() 2.17 { 2.18 - wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ 2.19 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;/RC/d;/BETA/d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 2.20 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 2.21 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 2.22 } 2.23 2.24 # Rules to configure and make the package.
3.1 --- a/ruby-ncurses/receipt Sat Jun 04 20:41:29 2022 +0000 3.2 +++ b/ruby-ncurses/receipt Sun Jun 05 10:44:35 2022 +0000 3.3 @@ -13,7 +13,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.5 SOURCE="ncurses-ruby" 3.6 WEB_SITE="http://pkgs.fedoraproject.org/repo/pkgs/ruby-ncurses/" 3.7 -WGET_URL="${WEB_SITE}$TARBALL/63fd3d09a51cdd745e1ed37f85621ea2/$TARBALL" 3.8 +WGET_URL="${WEB_SITE}$SOURCE-$VERSION.tar.bz2/63fd3d09a51cdd745e1ed37f85621ea2/$SOURCE-$VERSION.tar.bz2 3.9 3.10 current_version() 3.11 {
4.1 --- a/terminology/receipt Sat Jun 04 20:41:29 2022 +0000 4.2 +++ b/terminology/receipt Sun Jun 05 10:44:35 2022 +0000 4.3 @@ -1,14 +1,14 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="terminology" 4.7 -VERSION="0.3.0" 4.8 +VERSION="0.7.0" 4.9 CATEGORY="base-system" 4.10 SHORT_DESC="Terminology is a terminal emulator with innovative features." 4.11 MAINTAINER="domcox@slitaz.org" 4.12 LICENSE="GPL" 4.13 WEB_SITE="https://www.enlightenment.org/" 4.14 -TARBALL="$PACKAGE-${VERSION}.tar.bz2" 4.15 -WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 4.16 +TARBALL="$PACKAGE-$VERSION.tar.xz" 4.17 +WGET_URL="http://download.enlightenment.org/rel/apps/terminology/$TARBALL" 4.18 TAGS="e enlightenment terminal" 4.19 #HOST_ARCH="i486 arm" 4.20