wok rev 25604
Update some current_version
line diff
1.1 --- a/2048/receipt Tue Jul 18 11:43:32 2023 +0000 1.2 +++ b/2048/receipt Tue Jul 18 17:30:47 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="2048" 1.7 -VERSION="1.0" 1.8 +VERSION="20140319" 1.9 GITTAG="4b5f17e666c9effaabdca9c12ee017fae08360bd" 1.10 CATEGORY="games" 1.11 SHORT_DESC="A 2048 game clone with undo support"
2.1 --- a/915resolution/receipt Tue Jul 18 11:43:32 2023 +0000 2.2 +++ b/915resolution/receipt Tue Jul 18 17:30:47 2023 +0000 2.3 @@ -13,10 +13,11 @@ 2.4 2.5 DEPENDS="" 2.6 2.7 +# What is the latest version available today? 2.8 current_version() 2.9 { 2.10 - wget -O - ${WEB_SITE}download.html 2>/dev/null | \ 2.11 - sed '/href/!d;s|.*>\(.*\)<.*|\1|;q' 2.12 + wget -O - $WEB_SITE 2>/dev/null | \ 2.13 + sed '/current/!d;s|.*, ||;q' 2.14 } 2.15 2.16 # Rules to configure and make the package.
3.1 --- a/Arkanoid/receipt Tue Jul 18 11:43:32 2023 +0000 3.2 +++ b/Arkanoid/receipt Tue Jul 18 17:30:47 2023 +0000 3.3 @@ -2,7 +2,7 @@ 3.4 3.5 PACKAGE="Arkanoid" 3.6 GITHASH="0b49ab21d5b135b2718fe0664c6c92b4deb2b46e" 3.7 -VERSION="2016" 3.8 +VERSION="20160919" 3.9 CATEGORY="games" 3.10 SHORT_DESC="The classic atari arcade game arkanoid" 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/Connect-Four/receipt Tue Jul 18 11:43:32 2023 +0000 4.2 +++ b/Connect-Four/receipt Tue Jul 18 17:30:47 2023 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="Connect-Four" 4.7 -VERSION="1.0" 4.8 +VERSION="20140416" 4.9 GITTAG="fa4bbe1fbd6158fa4504d3cb832d8d4af4d3f805" 4.10 CATEGORY="games" 4.11 SHORT_DESC="A Connect Four game in JavaScript"
5.1 --- a/aescrypt/receipt Tue Jul 18 11:43:32 2023 +0000 5.2 +++ b/aescrypt/receipt Tue Jul 18 17:30:47 2023 +0000 5.3 @@ -16,7 +16,7 @@ 5.4 current_version() 5.5 { 5.6 wget -O - https://www.aescrypt.com/download/ 2>/dev/null | \ 5.7 - sed '/[0-9].tgz/!d;s|.*aescrypt-||;s|.tgz.*||;q' 5.8 + sed '/linux/!d;/[0-9].tgz/!d;s|.*aescrypt-||;s|.tgz.*||;q' 5.9 } 5.10 5.11 # Rules to configure and make the package.
6.1 --- a/alieninvasion/receipt Tue Jul 18 11:43:32 2023 +0000 6.2 +++ b/alieninvasion/receipt Tue Jul 18 17:30:47 2023 +0000 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="alieninvasion" 6.7 -VERSION="1.0" 6.8 +VERSION="20140713" 6.9 GITTAG="d208e3c803c826999aa0592993c3c934dfcc5613" 6.10 CATEGORY="games" 6.11 SHORT_DESC="Invader game in html5"
7.1 --- a/avidemux/receipt Tue Jul 18 11:43:32 2023 +0000 7.2 +++ b/avidemux/receipt Tue Jul 18 17:30:47 2023 +0000 7.3 @@ -22,7 +22,7 @@ 7.4 current_version() 7.5 { 7.6 wget -O - http://avidemux.sourceforge.net/download.html 2>/dev/null | \ 7.7 - sed '/tar.gz/!d;s|.*mux_||;s|.tar.*||;q' 7.8 + sed '/tar.gz/!d;s|.*<b>||;s| .*||;s|.tar.*||;q' 7.9 } 7.10 7.11 # Rules to configure and make the package.
8.1 --- a/blazekiss/receipt Tue Jul 18 11:43:32 2023 +0000 8.2 +++ b/blazekiss/receipt Tue Jul 18 17:30:47 2023 +0000 8.3 @@ -2,7 +2,7 @@ 8.4 8.5 PACKAGE="blazekiss" 8.6 GITHASH="d5349fb3e1a14bdf4a85273b29dd24653e2f3177" 8.7 -VERSION=${GITHASH:0:7} 8.8 +VERSION="20140430" 8.9 CATEGORY="office" 8.10 SHORT_DESC="Tiny Wiki Engine in french." 8.11 MAINTAINER="pascal.bellard@slitaz.org"
9.1 --- a/boulderdash/receipt Tue Jul 18 11:43:32 2023 +0000 9.2 +++ b/boulderdash/receipt Tue Jul 18 17:30:47 2023 +0000 9.3 @@ -1,14 +1,15 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="boulderdash" 9.7 -VERSION="0" 9.8 +GITHASH="f2fca2eda636e2a072fcec6205028bf222e0710e" 9.9 +VERSION="20111129" 9.10 CATEGORY="games" 9.11 SHORT_DESC="C64 classic Boulderdash in HTML5 and JavaScript" 9.12 MAINTAINER="pascal.bellard@slitaz.org" 9.13 LICENSE="MIT" 9.14 TARBALL="$PACKAGE-$VERSION.zip" 9.15 WEB_SITE="https://codeincomplete.com/posts/2011/10/25/javascript_boulderdash/" 9.16 -WGET_URL="https://codeload.github.com/jakesgordon/javascript-boulderdash/zip/master" 9.17 +WGET_URL="https://codeload.github.com/jakesgordon/javascript-boulderdash/zip/$GITHASH" 9.18 9.19 # What is the latest version available today? 9.20 current_version()
10.1 --- a/checker_online/receipt Tue Jul 18 11:43:32 2023 +0000 10.2 +++ b/checker_online/receipt Tue Jul 18 17:30:47 2023 +0000 10.3 @@ -2,7 +2,7 @@ 10.4 10.5 PACKAGE="checker_online" 10.6 GITHASH="191c29cfd72227d64f6a8db9d295fd71523bf0d7" 10.7 -VERSION="2016" 10.8 +VERSION="20160229" 10.9 CATEGORY="games" 10.10 SHORT_DESC="online chinese checker AI" 10.11 MAINTAINER="pascal.bellard@slitaz.org"
11.1 --- a/digger/receipt Tue Jul 18 11:43:32 2023 +0000 11.2 +++ b/digger/receipt Tue Jul 18 17:30:47 2023 +0000 11.3 @@ -1,7 +1,8 @@ 11.4 # SliTaz package receipt. 11.5 11.6 PACKAGE="digger" 11.7 -VERSION="0" 11.8 +GITTAG="1c50d0a5b920cf5110a7e88dd6e7636282325a75" 11.9 +VERSION="20220123" 11.10 CATEGORY="games" 11.11 SHORT_DESC="Boulderdash in HTML5 and JavaScript" 11.12 MAINTAINER="pascal.bellard@slitaz.org" 11.13 @@ -9,6 +10,7 @@ 11.14 TARBALL="$PACKAGE-$VERSION.zip" 11.15 WEB_SITE="https://www.lutzroeder.com/web/" 11.16 WGET_URL="https://github.com/lutzroeder/digger/archive/refs/heads/main.zip" 11.17 +WGET_URL="$WEB_SITE/archive/$GITTAG.zip" 11.18 11.19 # What is the latest version available today? 11.20 current_version()
12.1 --- a/frozen-bubble/receipt Tue Jul 18 11:43:32 2023 +0000 12.2 +++ b/frozen-bubble/receipt Tue Jul 18 17:30:47 2023 +0000 12.3 @@ -16,8 +16,8 @@ 12.4 # What is the latest version available today? 12.5 current_version() 12.6 { 12.7 - wget -O - http://www.frozen-bubble.org/downloads/ 2>/dev/null | \ 12.8 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;/beta/d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 12.9 + wget -O - http://www.frozen-bubble.org/news/ 2>/dev/null | \ 12.10 + sed '/released/!d;s|.*ubble ||;s| .*||;q' 12.11 } 12.12 12.13 # Rules to configure and make the package.
13.1 --- a/glew/receipt Tue Jul 18 11:43:32 2023 +0000 13.2 +++ b/glew/receipt Tue Jul 18 17:30:47 2023 +0000 13.3 @@ -26,7 +26,7 @@ 13.4 current_version() 13.5 { 13.6 wget -O - https://sourceforge.net/projects/glew/files/glew/ 2>/dev/null | \ 13.7 - sed '/scope="row/!d;s|.*/glew/||;s|/.*||;q' 13.8 + sed '/snapshot/d;/scope="row/!d;s|.*/glew/||;s|/.*||;q' 13.9 } 13.10 13.11 # Rules to configure and make the package.
14.1 --- a/javascript-boulderdash/receipt Tue Jul 18 11:43:32 2023 +0000 14.2 +++ b/javascript-boulderdash/receipt Tue Jul 18 17:30:47 2023 +0000 14.3 @@ -2,7 +2,7 @@ 14.4 14.5 PACKAGE="javascript-boulderdash" 14.6 GITHASH="f2fca2eda636e2a072fcec6205028bf222e0710e" 14.7 -VERSION="2011" 14.8 +VERSION="20111129" 14.9 CATEGORY="games" 14.10 SHORT_DESC="An HTML5 implementation of the c64 classic Boulderdash game" 14.11 MAINTAINER="pascal.bellard@slitaz.org"
15.1 --- a/javascript-racer/receipt Tue Jul 18 11:43:32 2023 +0000 15.2 +++ b/javascript-racer/receipt Tue Jul 18 17:30:47 2023 +0000 15.3 @@ -1,7 +1,7 @@ 15.4 # SliTaz package receipt. 15.5 15.6 PACKAGE="javascript-racer" 15.7 -VERSION="1.0" 15.8 +VERSION="20160105" 15.9 GITTAG="79198ab1485445220ceec011f54d8c2ec4e8d29d" 15.10 CATEGORY="games" 15.11 SHORT_DESC="A tux racer in html5"
16.1 --- a/libkeybinder/receipt Tue Jul 18 11:43:32 2023 +0000 16.2 +++ b/libkeybinder/receipt Tue Jul 18 17:30:47 2023 +0000 16.3 @@ -19,7 +19,7 @@ 16.4 current_version() 16.5 { 16.6 wget -O - $WEB_SITE/releases 2>/dev/null | \ 16.7 - sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 16.8 + sed '/tag\//!d;s|.*tag/.*v||;s|["<].*||;q' 16.9 } 16.10 16.11 # Rules to configure and make the package.
17.1 --- a/lua-readline/receipt Tue Jul 18 11:43:32 2023 +0000 17.2 +++ b/lua-readline/receipt Tue Jul 18 17:30:47 2023 +0000 17.3 @@ -1,7 +1,8 @@ 17.4 # SliTaz package receipt. 17.5 17.6 PACKAGE="lua-readline" 17.7 -VERSION="1.0" 17.8 +GITHASH="849af12564a00f0db43080a4a542aa1c20a677e2" 17.9 +VERSION="20190930" 17.10 CATEGORY="development" 17.11 SHORT_DESC="GNU readline binding for Lua." 17.12 MAINTAINER="maintainer@slitaz.org" 17.13 @@ -9,7 +10,7 @@ 17.14 WEB_SITE="https://github.com/hleuwer/readline/" 17.15 17.16 TARBALL="$PACKAGE-$VERSION.zip" 17.17 -WGET_URL="${WEB_SITE}archive/master.zip" 17.18 +WGET_URL="${WEB_SITE}archive/$GITHASH.zip" 17.19 17.20 SUGGESTED="lua" 17.21 BUILD_DEPENDS="lua-dev readline-dev"
18.1 --- a/lzip/receipt Tue Jul 18 11:43:32 2023 +0000 18.2 +++ b/lzip/receipt Tue Jul 18 17:30:47 2023 +0000 18.3 @@ -19,7 +19,7 @@ 18.4 current_version() 18.5 { 18.6 wget -O - $(dirname $WGET_URL) 2>/dev/null | \ 18.7 - sed '/>lzip-/!d;/tar/d;s|.*lzip-||;s|.tar.*||' | sed '$!d' 18.8 + sed '/>lzip-/!d;/tar/!d;s|.*lzip-||;s|.tar.*||' | sort -Vr | sed q 18.9 } 18.10 18.11 # Rules to configure and make the package.
19.1 --- a/mesa-wayland/receipt Tue Jul 18 11:43:32 2023 +0000 19.2 +++ b/mesa-wayland/receipt Tue Jul 18 17:30:47 2023 +0000 19.3 @@ -34,7 +34,7 @@ 19.4 current_version() 19.5 { 19.6 wget -O - 'https://gitlab.freedesktop.org/mesa/mesa/-/tags?sort=updated_desc' 2>/dev/null | \ 19.7 - sed '/item-title/!d;/-rc/d;s|.*">[a-z-]*||;s|<.*||;q' 19.8 + sed '/item-title/!d;/-rc/d;s|.*">[a-z-]*||;s|[<-].*||;q' 19.9 } 19.10 19.11 # Rules to configure and make the package.
20.1 --- a/mesa/receipt Tue Jul 18 11:43:32 2023 +0000 20.2 +++ b/mesa/receipt Tue Jul 18 17:30:47 2023 +0000 20.3 @@ -26,7 +26,7 @@ 20.4 current_version() 20.5 { 20.6 wget -O - 'https://gitlab.freedesktop.org/mesa/mesa/-/tags?sort=updated_desc' 2>/dev/null | \ 20.7 - sed '/item-title/!d;/-rc/d;s|.*">[a-z-]*||;s|<.*||;q' 20.8 + sed '/item-title/!d;/-rc/d;s|.*">[a-z-]*||;s|[<-].*||;q' 20.9 } 20.10 20.11 # Rules to configure and make the package.
21.1 --- a/minesweeper/receipt Tue Jul 18 11:43:32 2023 +0000 21.2 +++ b/minesweeper/receipt Tue Jul 18 17:30:47 2023 +0000 21.3 @@ -1,7 +1,7 @@ 21.4 # SliTaz package receipt. 21.5 21.6 PACKAGE="minesweeper" 21.7 -VERSION="1.0" 21.8 +VERSION="20120720" 21.9 GITTAG="9a2add13bacfa9849a1c2abf0898e4b461203001" 21.10 CATEGORY="games" 21.11 SHORT_DESC="Windows 95 classic game clone"
22.1 --- a/mpfr/receipt Tue Jul 18 11:43:32 2023 +0000 22.2 +++ b/mpfr/receipt Tue Jul 18 17:30:47 2023 +0000 22.3 @@ -19,8 +19,8 @@ 22.4 # What is the latest version available today? 22.5 current_version() 22.6 { 22.7 - wget -O - https://www.mpfr.org/mpfr-current/ 2>/dev/null | \ 22.8 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 22.9 + wget -O - https://gitlab.inria.fr/mpfr/mpfr/-/tags?sort=updated_desc 2>/dev/null | \ 22.10 + sed '/item-title/!d;s|.*tags/||;s|".*||;q' 22.11 } 22.12 22.13 #--with-gmp-lib=/cross/$ARCH/sysroot/usr/lib
23.1 --- a/mysqlsniffer/receipt Tue Jul 18 11:43:32 2023 +0000 23.2 +++ b/mysqlsniffer/receipt Tue Jul 18 17:30:47 2023 +0000 23.3 @@ -2,7 +2,7 @@ 23.4 23.5 PACKAGE="mysqlsniffer" 23.6 GITHASH="37410e18bc8a407be59a19a0cbf10c8ab4469fa2" 23.7 -VERSION="2021" 23.8 +VERSION="20210626" 23.9 CATEGORY="network" 23.10 SHORT_DESC="Watch MySQL traffic on a TCP/IP network" 23.11 MAINTAINER="pascal.bellard@slitaz.org"
24.1 --- a/nut/receipt Tue Jul 18 11:43:32 2023 +0000 24.2 +++ b/nut/receipt Tue Jul 18 17:30:47 2023 +0000 24.3 @@ -22,7 +22,7 @@ 24.4 current_version() 24.5 { 24.6 wget -O - https://github.com/networkupstools/nut/releases 2>/dev/null | \ 24.7 - sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 24.8 + sed '/indows/d;/-rc[1-9]/d;/tag\//!d;s|.*tag/v*||;s|".*||;q' 24.9 } 24.10 24.11 # Rules to configure and make the package.
25.1 --- a/opencc/receipt Tue Jul 18 11:43:32 2023 +0000 25.2 +++ b/opencc/receipt Tue Jul 18 17:30:47 2023 +0000 25.3 @@ -18,7 +18,7 @@ 25.4 current_version() 25.5 { 25.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 25.7 - sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 25.8 + sed '/tag\//!d;s|.*tag/[a-z\.]*||;s|".*||;q' 25.9 } 25.10 25.11 # Rules to configure and make the package.
26.1 --- a/pacman/receipt Tue Jul 18 11:43:32 2023 +0000 26.2 +++ b/pacman/receipt Tue Jul 18 17:30:47 2023 +0000 26.3 @@ -1,7 +1,7 @@ 26.4 # SliTaz package receipt. 26.5 26.6 PACKAGE="pacman" 26.7 -VERSION="1.0" 26.8 +VERSION="20130418" 26.9 GITTAG="e2ea1dfc9716bd2a60cc814981fff8d3d67e4d5f" 26.10 CATEGORY="games" 26.11 SHORT_DESC="A pacman game clone"
27.1 --- a/perl-compress-raw-bzip2/receipt Tue Jul 18 11:43:32 2023 +0000 27.2 +++ b/perl-compress-raw-bzip2/receipt Tue Jul 18 17:30:47 2023 +0000 27.3 @@ -16,10 +16,11 @@ 27.4 DEPENDS="perl" 27.5 BUILD_DEPENDS="perl" 27.6 27.7 +# What is the latest version available today? 27.8 current_version() 27.9 { 27.10 wget -O - $WEB_SITE 2>/dev/null | \ 27.11 - sed '/ompress-Raw-Bzip2-/!d;s|.*zip2-||;s| -.*||;s|"||;q' 27.12 + sed '/ompress-Raw-Bzip2-/!d;s|.*zip2-||;s| -.*||;s|".*||;q' 27.13 } 27.14 27.15 # Rules to configure and make the package.
28.1 --- a/poedit/receipt Tue Jul 18 11:43:32 2023 +0000 28.2 +++ b/poedit/receipt Tue Jul 18 17:30:47 2023 +0000 28.3 @@ -20,7 +20,7 @@ 28.4 current_version() 28.5 { 28.6 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 28.7 - sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 28.8 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;s|-oss||;q' 28.9 } 28.10 28.11 # Rules to configure and make the package.
29.1 --- a/postgresql/receipt Tue Jul 18 11:43:32 2023 +0000 29.2 +++ b/postgresql/receipt Tue Jul 18 17:30:47 2023 +0000 29.3 @@ -19,10 +19,8 @@ 29.4 # What is the latest version available today? 29.5 current_version() 29.6 { 29.7 - wget -O - https://www.postgresql.org/ftp/source/$(\ 29.8 - wget -O - https://www.postgresql.org/ftp/source/ 2>/dev/null | \ 29.9 - sed '/href="v[0-9]/!d;s|.*href="||;s|/.*||;q')/ 2>/dev/null | \ 29.10 - sed '/postgresql-/!d;/news/d;s|.*postgresql-||;s|.tar.*||;q' 29.11 + wget -O - https://www.postgresql.org/community/ 2>/dev/null | \ 29.12 + sed '/released/!d;s|.*sql-||;s|-rel.*||;s|-||g;q' 29.13 } 29.14 29.15 # Rules to configure and make the package.
30.1 --- a/python-attrs/receipt Tue Jul 18 11:43:32 2023 +0000 30.2 +++ b/python-attrs/receipt Tue Jul 18 17:30:47 2023 +0000 30.3 @@ -17,8 +17,9 @@ 30.4 # What is the latest version available today? 30.5 current_version() 30.6 { 30.7 - wget -O - $WEB_SITE 2>/dev/null | \ 30.8 - sed '/Release/!d;s|.*lease v||;s| .*||;q' 30.9 +# wget -O - $WEB_SITE 2>/dev/null | \ 30.10 +# sed '/Release/!d;s|.*lease v||;s| .*||;q' 30.11 + wget -O - https://pypi.org/project/$SOURCE/ 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q" 30.12 } 30.13 30.14 # Rules to configure and make the package.
31.1 --- a/python-shapely/receipt Tue Jul 18 11:43:32 2023 +0000 31.2 +++ b/python-shapely/receipt Tue Jul 18 17:30:47 2023 +0000 31.3 @@ -19,7 +19,7 @@ 31.4 # What is the latest version available today? 31.5 current_version() 31.6 { 31.7 - wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q" 31.8 + wget -O - $WEB_SITE 2>/dev/null | sed "/hapely [0-9]/!d;s|.*hapely ||;s|<.*||;q" 31.9 } 31.10 31.11 # Rules to configure and make the package.
32.1 --- a/qt5/receipt Tue Jul 18 11:43:32 2023 +0000 32.2 +++ b/qt5/receipt Tue Jul 18 17:30:47 2023 +0000 32.3 @@ -29,10 +29,8 @@ 32.4 # What is the latest version available today? 32.5 current_version() 32.6 { 32.7 - wget -O - https://download.qt.io/archive/qt/ 2>/dev/null | \ 32.8 - sed '/>5\./!d;s|.*/">|https://download.qt.io/archive/qt/|;s|/<.*||' | \ 32.9 - sort -Vr | sed q | xargs wget -O - 2>/dev/null | \ 32.10 - sed '/>5\./!d;s|.*/">||;s|/<.*||' | sort -Vr | sed q 32.11 + wget -O - https://code.qt.io/cgit/qt/qt5.git/refs/ 2>/dev/null | \ 32.12 + sed '/tag\/.h=v/!d;s|.*h=v||;s|.>v.*||' | sort -Vr | sed q 32.13 } 32.14 32.15 # Rules to configure and make the package.
33.1 --- a/qtwebkit/receipt Tue Jul 18 11:43:32 2023 +0000 33.2 +++ b/qtwebkit/receipt Tue Jul 18 17:30:47 2023 +0000 33.3 @@ -22,7 +22,7 @@ 33.4 current_version() 33.5 { 33.6 wget -O - https://github.com/qtwebkit/qtwebkit/tags 2>/dev/null | \ 33.7 - sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 33.8 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 33.9 } 33.10 33.11 compile_rules()
34.1 --- a/racer10k/receipt Tue Jul 18 11:43:32 2023 +0000 34.2 +++ b/racer10k/receipt Tue Jul 18 17:30:47 2023 +0000 34.3 @@ -1,7 +1,7 @@ 34.4 # SliTaz package receipt. 34.5 34.6 PACKAGE="racer10k" 34.7 -VERSION="1.0" 34.8 +VERSION="20100826" 34.9 GITTAG="e21d88653bfb959e8865d08f01592f6b4fa17fa7" 34.10 CATEGORY="games" 34.11 SHORT_DESC="A tiny tux racer in html5"
35.1 --- a/simh/receipt Tue Jul 18 11:43:32 2023 +0000 35.2 +++ b/simh/receipt Tue Jul 18 17:30:47 2023 +0000 35.3 @@ -19,8 +19,8 @@ 35.4 # What is the latest version available today? 35.5 current_version() 35.6 { 35.7 - wget -O - ${WGET_URL%/*} 2>/dev/null | \ 35.8 - sed "/simh/!d;/zip/!d;s|.*simhv\\(.*\\).zip.*\".*|\\1|;s|.|&.|;s|-|.|" | sort -Vr | sed q 35.9 + wget -O - $WEB_SITE 2>/dev/null | \ 35.10 + sed '/sources\/simh/!d;s|.*SIMH V||;s|<.*||;s|-|.|;q' 35.11 } 35.12 35.13 # Rules to configure and make the package.
36.1 --- a/spaceinvaders/receipt Tue Jul 18 11:43:32 2023 +0000 36.2 +++ b/spaceinvaders/receipt Tue Jul 18 17:30:47 2023 +0000 36.3 @@ -1,7 +1,7 @@ 36.4 # SliTaz package receipt. 36.5 36.6 PACKAGE="spaceinvaders" 36.7 -VERSION="1.0" 36.8 +VERSION="20140330" 36.9 GITTAG="51edabf0b3af6d9e224360ae9e7f4502ac15fc84" 36.10 CATEGORY="games" 36.11 SHORT_DESC="Invader game in html5"
37.1 --- a/yuyo-gtk-theme/receipt Tue Jul 18 11:43:32 2023 +0000 37.2 +++ b/yuyo-gtk-theme/receipt Tue Jul 18 17:30:47 2023 +0000 37.3 @@ -1,7 +1,7 @@ 37.4 # SliTaz package receipt. 37.5 37.6 PACKAGE="yuyo-gtk-theme" 37.7 -VERSION="1.0" 37.8 +VERSION="20150810" 37.9 CATEGORY="customization" 37.10 LICENSE="GPL3" 37.11 SHORT_DESC="Yuyo is a GTK theme belonging to the Ubuntu MATE project."