wok rev 25581
Update some web_site & wget_url
line diff
1.1 --- a/Arkanoid/receipt Sat May 20 07:58:44 2023 +0000 1.2 +++ b/Arkanoid/receipt Sat May 27 11:13:29 2023 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 current_version() 1.5 { 1.6 wget -O - $WEB_SITE/commits/master 2>/dev/null | \ 1.7 - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d 1.8 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/SkypeFreak/receipt Sat May 20 07:58:44 2023 +0000 2.2 +++ b/SkypeFreak/receipt Sat May 27 11:13:29 2023 +0000 2.3 @@ -18,7 +18,7 @@ 2.4 current_version() 2.5 { 2.6 wget -O - ${WGET_URL%/*/*}/commits/master 2>/dev/null | \ 2.7 - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d 2.8 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 2.9 } 2.10 2.11 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/abiword-dev/receipt Sat May 20 07:58:44 2023 +0000 3.2 +++ b/abiword-dev/receipt Sat May 27 11:13:29 2023 +0000 3.3 @@ -7,7 +7,7 @@ 3.4 MAINTAINER="pankso@slitaz.org" 3.5 LICENSE="GPL2" 3.6 WANTED="abiword" 3.7 -WEB_SITE="http://www.abisource.com/" 3.8 +WEB_SITE="https://gitlab.gnome.org/World/AbiWord" 3.9 3.10 DEPENDS="pkg-config" 3.11
4.1 --- a/abiword-plugins/receipt Sat May 20 07:58:44 2023 +0000 4.2 +++ b/abiword-plugins/receipt Sat May 27 11:13:29 2023 +0000 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="pankso@slitaz.org" 4.5 LICENSE="GPL2" 4.6 WANTED="abiword" 4.7 -WEB_SITE="http://www.abisource.com/" 4.8 +WEB_SITE="https://gitlab.gnome.org/World/AbiWord" 4.9 TAGS="doc odf docx" 4.10 4.11 DEPENDS="abiword libgio readline xorg-libXdamage fribidi libxslt"
5.1 --- a/abiword/receipt Sat May 20 07:58:44 2023 +0000 5.2 +++ b/abiword/receipt Sat May 27 11:13:29 2023 +0000 5.3 @@ -8,8 +8,8 @@ 5.4 LICENSE="GPL2" 5.5 SUGGESTED="abiword-plugins" 5.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.7 -WEB_SITE="http://www.abisource.com/" 5.8 -WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" 5.9 +WEB_SITE="https://gitlab.gnome.org/World/AbiWord" 5.10 +WGET_URL="https://gitlab.gnome.org/World/AbiWord/-/archive/release-$VERSION/AbiWord-release-$VERSION.tar.gz" 5.11 TAGS="word doc office" 5.12 LOCALES="cs da de es fr hu id it pt ru sl sv zh" 5.13 5.14 @@ -18,21 +18,20 @@ 5.15 librsvg goffice glibc-locale libffi" 5.16 BUILD_DEPENDS="$DEPENDS gtk+-dev libgnomeprint-dev libgnomeprintui-dev \ 5.17 fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev libgsf-dev \ 5.18 -enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev librsvg-dev" 5.19 +enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev librsvg-dev automake" 5.20 SUGGESTED="abiword-plugins" 5.21 5.22 # What is the latest version available today? 5.23 current_version() 5.24 { 5.25 - wget -O - http://www.abisource.com/downloads/abiword/ 2>/dev/null | \ 5.26 - sed "/latest/d;/\[DIR/!d;s|.*href=.\\([0-9\.]*\\)/.*|http://www.abisource.com/downloads/abiword/\\1/source/|" | \ 5.27 - sort -Vr | sed q | xargs wget -O - 2>/dev/null | \ 5.28 - sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 5.29 + wget -O - https://gitlab.gnome.org/World/AbiWord/-/tags?sort=updated_desc 2>/dev/null | \ 5.30 + sed '/item-title/!d;s|.*release-||;s|<.*||;q' 5.31 } 5.32 5.33 # Rules to configure and make the package. 5.34 compile_rules() 5.35 { 5.36 + ./autogen.sh 5.37 sed -i 's|glib/gmacros.h|glib.h|' goffice-bits/goffice/app/goffice-app.h 5.38 sed -i 's|glib/gerror.h|glib.h|' src/af/util/xp/ut_go_file.h 5.39 sed -i 's|--no-undefined||' src/Makefile*
6.1 --- a/adbfs-rootless/receipt Sat May 20 07:58:44 2023 +0000 6.2 +++ b/adbfs-rootless/receipt Sat May 27 11:13:29 2023 +0000 6.3 @@ -19,7 +19,7 @@ 6.4 current_version() 6.5 { 6.6 wget -O - $WEB_SITE/commits/master 2>/dev/null | \ 6.7 - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d 6.8 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 6.9 } 6.10 6.11 # Rules to configure and make the package.
7.1 --- a/adobe-air-sdk/receipt Sat May 20 07:58:44 2023 +0000 7.2 +++ b/adobe-air-sdk/receipt Sat May 27 11:13:29 2023 +0000 7.3 @@ -8,7 +8,7 @@ 7.4 LICENSE="custom" 7.5 WEB_SITE="https://get.adobe.com/air" 7.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 7.7 -WGET_URL="https://airdownload.adobe.com/air/lin/download/$VERSION/AdobeAIRSDK.tbz2" 7.8 +WGET_URL="https://web.archive.org/web/20171022224621if_/https://airdownload.adobe.com/air/lin/download/$VERSION/AdobeAIRSDK.tbz2" 7.9 7.10 DEPENDS="nss gtk+ libxslt" 7.11
8.1 --- a/airoscript-ng/receipt Sat May 20 07:58:44 2023 +0000 8.2 +++ b/airoscript-ng/receipt Sat May 27 11:13:29 2023 +0000 8.3 @@ -6,7 +6,7 @@ 8.4 SHORT_DESC="Airoscript ng" 8.5 MAINTAINER="slaxemulator@gmail.com" 8.6 LICENSE="GPL2" 8.7 -WEB_SITE="https://airoscript.aircrack-ng.org/" 8.8 +WEB_SITE="https://web.archive.org/web/20221006202746/https://airoscript.aircrack-ng.org/" 8.9 TARBALL="$PACKAGE-${VERSION%rc3}-3.tar.gz" 8.10 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/airoscript/$TARBALL" 8.11
9.1 --- a/asterisk-googletranslate/receipt Sat May 20 07:58:44 2023 +0000 9.2 +++ b/asterisk-googletranslate/receipt Sat May 27 11:13:29 2023 +0000 9.3 @@ -8,7 +8,7 @@ 9.4 MAINTAINER="pascal.bellard@slitaz.org" 9.5 LICENSE="GPL2" 9.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.7 -WGET_URL="https://github.com/downloads/zaf/$PACKAGE/$TARBALL" 9.8 +WGET_URL="https://github.com/zaf/asterisk-googletranslate/archive/refs/tags/v$VERSION.tar.gz" 9.9 9.10 DEPENDS="asterisk perl-libwww perl-libjson perl-io-socket-ssl" 9.11 BUILD_DEPENDS="wget"
10.1 --- a/asterisk-googletts/receipt Sat May 20 07:58:44 2023 +0000 10.2 +++ b/asterisk-googletts/receipt Sat May 27 11:13:29 2023 +0000 10.3 @@ -8,7 +8,7 @@ 10.4 MAINTAINER="pascal.bellard@slitaz.org" 10.5 LICENSE="GPL2" 10.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.7 -WGET_URL="https://github.com/downloads/zaf/$PACKAGE/$TARBALL" 10.8 +WGET_URL="https://github.com/zaf/asterisk-googletts/archive/refs/tags/v$VERSION.tar.gz" 10.9 10.10 DEPENDS="asterisk perl sox mpg123" 10.11 BUILD_DEPENDS="wget"
11.1 --- a/asterisk/receipt Sat May 20 07:58:44 2023 +0000 11.2 +++ b/asterisk/receipt Sat May 27 11:13:29 2023 +0000 11.3 @@ -11,7 +11,7 @@ 11.4 11.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.6 EXTRA_SOURCE_FILES="rfc3951.txt" 11.7 -WGET_URL="http://downloads.asterisk.org/pub/telephony/asterisk/releases/$TARBALL" 11.8 +WGET_URL="https://downloads.asterisk.org/pub/telephony/asterisk/releases/$TARBALL" 11.9 11.10 DEPENDS="alsa-lib attr bluez codec2 curl dahdi freetds iksemel jansson 11.11 libcap libcomerr3 libedit libical libkrb5 libldap libmysqlclient
12.1 --- a/checker_online/receipt Sat May 20 07:58:44 2023 +0000 12.2 +++ b/checker_online/receipt Sat May 27 11:13:29 2023 +0000 12.3 @@ -15,7 +15,7 @@ 12.4 current_version() 12.5 { 12.6 wget -O - $WEB_SITE/commits/master 2>/dev/null | \ 12.7 - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d 12.8 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 12.9 } 12.10 12.11 # Rules to configure and make the package.
13.1 --- a/chkexploit/receipt Sat May 20 07:58:44 2023 +0000 13.2 +++ b/chkexploit/receipt Sat May 27 11:13:29 2023 +0000 13.3 @@ -7,7 +7,7 @@ 13.4 MAINTAINER="pascal.bellard@slitaz.org" 13.5 LICENSE="GPL" 13.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.7 -WEB_SITE="http://www.chkrootkit.org/" 13.8 +WEB_SITE="https://www.chkrootkit.org/" 13.9 WGET_URL="http://ftp4.de.freesbie.org/pub/cert.dfn/tools/audit/chkrootkit/$TARBALL" 13.10 13.11 # What is the latest version available today?
14.1 --- a/clearlooks-colors/receipt Sat May 20 07:58:44 2023 +0000 14.2 +++ b/clearlooks-colors/receipt Sat May 27 11:13:29 2023 +0000 14.3 @@ -8,7 +8,7 @@ 14.4 LICENSE="GPL" 14.5 WEB_SITE="https://www.gnome-look.org/content/show.php/Clearlooks-Colors?content=75417" 14.6 TARBALL="75417-Clearlooks-Colors.tar.gz" 14.7 -WGET_URL="https://www.gnome-look.org/CONTENT/content-files/$TARBALL" 14.8 +WGET_URL="https://web.archive.org/web/20150802012431/https://www.gnome-look.org/CONTENT/content-files/$TARBALL" 14.9 HOST_ARCH="any" 14.10 14.11 DEPENDS="gtk-clearlooks"
15.1 --- a/eaccelerator/receipt Sat May 20 07:58:44 2023 +0000 15.2 +++ b/eaccelerator/receipt Sat May 27 11:13:29 2023 +0000 15.3 @@ -8,7 +8,7 @@ 15.4 LICENSE="GPL2" 15.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 15.6 WEB_SITE="http://eaccelerator.net/" 15.7 -WGET_URL="https://github.com/downloads/eaccelerator/eaccelerator/$TARBALL" 15.8 +WGET_URL="https://web.archive.org/web/20210105093556if_/https://github.s3.amazonaws.com/downloads/eaccelerator/eaccelerator/$TARBALL" 15.9 TAGS="php" 15.10 15.11 DEPENDS="php m4"
16.1 --- a/fltk-2.0.x/receipt Sat May 20 07:58:44 2023 +0000 16.2 +++ b/fltk-2.0.x/receipt Sat May 27 11:13:29 2023 +0000 16.3 @@ -17,10 +17,16 @@ 16.4 BUILD_DEPENDS="xorg-libXft-dev libglu-mesa libglu-mesa-dev mesa mesa-dev \ 16.5 subversion autoconf" 16.6 16.7 +# What is the latest version available today? 16.8 +current_version() 16.9 +{ 16.10 + wget -O - https://github.com/fltk/fltk-legacy/commits/branch-2.0 2>/dev/null | \ 16.11 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 16.12 +} 16.13 + 16.14 # Rules to configure and make the package. 16.15 compile_rules() 16.16 { 16.17 - cd $src 16.18 find -name Makefile | sed 's/Makefile/makedepend/' | xargs touch -d 197001010000 16.19 patch -p0 src/filename_list.cxx <<EOF 16.20 66c66
17.1 --- a/gnome-alsamixer/receipt Sat May 20 07:58:44 2023 +0000 17.2 +++ b/gnome-alsamixer/receipt Sat May 27 11:13:29 2023 +0000 17.3 @@ -8,7 +8,7 @@ 17.4 LICENSE="GPL2" 17.5 WEB_SITE="https://packages.debian.org/en/sid/gnome-alsamixer" 17.6 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 17.7 -WGET_URL="http://http.debian.net/debian/pool/main/g/$PACKAGE/$TARBALL" 17.8 +WGET_URL="https://mx-linux.ethz.ch/ubuntu/pool/universe/g/$PACKAGE/$TARBALL" 17.9 EXTRA_URL="${WGET_URL/.orig/-5.debian}" 17.10 EXTRA_SOURCE_FILES="$(basename $EXTRA_URL)" 17.11
18.1 --- a/gtk-engine-nodoka/receipt Sat May 20 07:58:44 2023 +0000 18.2 +++ b/gtk-engine-nodoka/receipt Sat May 27 11:13:29 2023 +0000 18.3 @@ -14,10 +14,16 @@ 18.4 DEPENDS="gtk+" 18.5 BUILD_DEPENDS="gtk+-dev wget" 18.6 18.7 +# What is the latest version available today? 18.8 +current_version() 18.9 +{ 18.10 + wget -O - https://pagure.io/nodoka-theme/releases 2>/dev/null | \ 18.11 + sed '/tar.gz/!d;s|.*engine-||;s|.tar.*||;q' 18.12 +} 18.13 + 18.14 # Rules to configure and make the package. 18.15 compile_rules() 18.16 { 18.17 - cd $src 18.18 ./configure $CONFIGURE_ARGS && 18.19 make && make install 18.20 }
19.1 --- a/gtk-engine-rezlooks/receipt Sat May 20 07:58:44 2023 +0000 19.2 +++ b/gtk-engine-rezlooks/receipt Sat May 27 11:13:29 2023 +0000 19.3 @@ -7,8 +7,8 @@ 19.4 MAINTAINER="devl547@gmail.com" 19.5 LICENSE="GPL2" 19.6 TARBALL="39179-rezlooks-0.6.tar.gz" 19.7 -WEB_SITE="https://www.gnome-look.org/content/show.php?content=39179" 19.8 -WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL" 19.9 +WEB_SITE="https://web.archive.org/web/20200703110252/https://www.gnome-look.org/content/show.php?content=39179" 19.10 +WGET_URL="https://web.archive.org/web/20150804091253if_/http://gnome-look.org/CONTENT/content-files/$TARBALL" 19.11 19.12 BUILD_DEPENDS="gtk+-dev" 19.13 DEPENDS="gtk+"
20.1 --- a/javascript-boulderdash/receipt Sat May 20 07:58:44 2023 +0000 20.2 +++ b/javascript-boulderdash/receipt Sat May 27 11:13:29 2023 +0000 20.3 @@ -15,7 +15,7 @@ 20.4 current_version() 20.5 { 20.6 wget -O - https://github.com/jakesgordon/javascript-boulderdash/commits/master 2>/dev/null | \ 20.7 - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d 20.8 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 20.9 } 20.10 20.11 # Rules to gen a SliTaz package suitable for Tazpkg.
21.1 --- a/libjpeg62/receipt Sat May 20 07:58:44 2023 +0000 21.2 +++ b/libjpeg62/receipt Sat May 27 11:13:29 2023 +0000 21.3 @@ -11,6 +11,13 @@ 21.4 WGET_URL="http://archive.debian.org/debian/dists/slink/main/source/libs/$TARBALL" 21.5 TAGS="jpeg jpg" 21.6 21.7 +# What is the latest version available today? 21.8 +current_version() 21.9 +{ 21.10 + wget -O - http://archive.debian.org/debian/dists/slink/main/source/libs/ 2>/dev/null | \ 21.11 + sed '/libjpeg/!d;/tar/!d;s|.*jpeg[^_]*_||;s|\..*||;q' 21.12 +} 21.13 + 21.14 # Rules to configure and make the package. 21.15 compile_rules() 21.16 {
22.1 --- a/lorcon-old/receipt Sat May 20 07:58:44 2023 +0000 22.2 +++ b/lorcon-old/receipt Sat May 27 11:13:29 2023 +0000 22.3 @@ -13,10 +13,16 @@ 22.4 DEPENDS="" 22.5 BUILD_DEPENDS="subversion" 22.6 22.7 +# What is the latest version available today? 22.8 +current_version() 22.9 +{ 22.10 + wget -O - https://github.com/grayburn/lorcon-old/commits/master 2>/dev/null | \ 22.11 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 22.12 +} 22.13 + 22.14 # Rules to configure and make the package. 22.15 compile_rules() 22.16 { 22.17 - cd $src 22.18 touch -d 197001010000 .depend 22.19 ./configure $CONFIGURE_ARGS && make && make install 22.20 }
23.1 --- a/mist-icon-theme/receipt Sat May 20 07:58:44 2023 +0000 23.2 +++ b/mist-icon-theme/receipt Sat May 27 11:13:29 2023 +0000 23.3 @@ -13,6 +13,13 @@ 23.4 DEPENDS="gnome-icon-theme" 23.5 BUILD_DEPENDS="wget" 23.6 23.7 +# What is the latest version available today? 23.8 +current_version() 23.9 +{ 23.10 + wget -O - https://github.com/lapo/mist-icon-theme/commits/master 2>/dev/null | \ 23.11 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 23.12 +} 23.13 + 23.14 # Rules to gen a SliTaz package suitable for Tazpkg. 23.15 genpkg_rules() 23.16 { 23.17 @@ -24,6 +31,7 @@ 23.18 23.19 qtfix="usr/share/icons/hicolor/index.theme" 23.20 23.21 +# Pre and post install commands for Tazpkg. 23.22 post_install() 23.23 { 23.24 sed '/Inherits=/s|=.*$|=mist|' -i "$1/$qtfix"
24.1 --- a/mysqlsniffer/receipt Sat May 20 07:58:44 2023 +0000 24.2 +++ b/mysqlsniffer/receipt Sat May 27 11:13:29 2023 +0000 24.3 @@ -18,7 +18,7 @@ 24.4 current_version() 24.5 { 24.6 wget -O - $WEB_SITE/commits/master 2>/dev/null | \ 24.7 - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d 24.8 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 24.9 } 24.10 24.11 # Rules to configure and make the package.
25.1 --- a/nat-tester/receipt Sat May 20 07:58:44 2023 +0000 25.2 +++ b/nat-tester/receipt Sat May 27 11:13:29 2023 +0000 25.3 @@ -15,10 +15,16 @@ 25.4 BUILD_DEPENDS="pkg-config libsctp-dev libsctp zlib-dev libxml2-dev" 25.5 DEPENDS="zlib gcc-lib-base libxml2" 25.6 25.7 +# What is the latest version available today? 25.8 +current_version() 25.9 +{ 25.10 + wget -O - https://github.com/ernestask/linuxNatTester/commits/master 2>/dev/null | \ 25.11 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 25.12 +} 25.13 + 25.14 # Rules to configure and make the package. 25.15 compile_rules() 25.16 { 25.17 - cd $src 25.18 ./configure --prefix=/usr --infodir=/usr/share/info \ 25.19 --mandir=/usr/share/man \ 25.20 $CONFIGURE_ARGS &&
26.1 --- a/obshutdown/receipt Sat May 20 07:58:44 2023 +0000 26.2 +++ b/obshutdown/receipt Sat May 27 11:13:29 2023 +0000 26.3 @@ -1,14 +1,15 @@ 26.4 # SliTaz package receipt. 26.5 26.6 PACKAGE="obshutdown" 26.7 +GITHASH="f532f37919b154ea62e04c7af575b0ad9cea01a6" # 20110910 26.8 VERSION="0.1-rc1" 26.9 CATEGORY="x-window" 26.10 SHORT_DESC="Light Openbox shutdown manager" 26.11 MAINTAINER="pankso@slitaz.org" 26.12 LICENSE="GPL2" 26.13 TARBALL="${PACKAGE}-${VERSION}.tar.gz" 26.14 -WEB_SITE="https://github.com/panjandrum/obshutdown" 26.15 -WGET_URL="https://github.com/downloads/panjandrum/$PACKAGE/$TARBALL" 26.16 +WEB_SITE="https://github.com/maciej-lech/obshutdown" 26.17 +WGET_URL="https://github.com/maciej-lech/obshutdown/archive/$GITHASH.tar.gz" 26.18 26.19 DEPENDS="gtk+ cairo openbox" 26.20 BUILD_DEPENDS="gtk+-dev cairo-dev wget"
27.1 --- a/perl-digest-hmac/receipt Sat May 20 07:58:44 2023 +0000 27.2 +++ b/perl-digest-hmac/receipt Sat May 27 11:13:29 2023 +0000 27.3 @@ -6,7 +6,7 @@ 27.4 SHORT_DESC="Perl extension Digest::HMAC." 27.5 MAINTAINER="pascal.bellard@slitaz.org" 27.6 LICENSE="GPL" 27.7 -WEB_SITE="https://metacpan.org/dist/Digest::HMAC" 27.8 +WEB_SITE="https://metacpan.org/pod/Digest::HMAC" 27.9 REPOLOGY="perl:digest-hmac" 27.10 27.11 SOURCE="Digest-HMAC"
28.1 --- a/sokojs/receipt Sat May 20 07:58:44 2023 +0000 28.2 +++ b/sokojs/receipt Sat May 27 11:13:29 2023 +0000 28.3 @@ -15,7 +15,7 @@ 28.4 { 28.5 # https://github.com/framasoft/framagames/tree/master/sokojs 28.6 wget -O - https://github.com/michbuze/sokojs/commits/master 2>/dev/null | \ 28.7 - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d 28.8 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 28.9 } 28.10 28.11 # Rules to configure and make the package.
29.1 --- a/warmux/receipt Sat May 20 07:58:44 2023 +0000 29.2 +++ b/warmux/receipt Sat May 27 11:13:29 2023 +0000 29.3 @@ -23,7 +23,7 @@ 29.4 current_version() 29.5 { 29.6 wget -O - $WEB_SITE/commits/master 2>/dev/null | \ 29.7 - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y -d 29.8 + sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 29.9 } 29.10 29.11 # Rules to configure and make the package.
30.1 --- a/web-tweetdeck/receipt Sat May 20 07:58:44 2023 +0000 30.2 +++ b/web-tweetdeck/receipt Sat May 27 11:13:29 2023 +0000 30.3 @@ -4,7 +4,7 @@ 30.4 VERSION="0.1a" 30.5 CATEGORY="network" 30.6 SHORT_DESC="A social media dashboard application for management of Twitter accounts." 30.7 -WEB_SITE="http://tweetdeck.com/" 30.8 +WEB_SITE="https://tweetdeck.twitter.com/" 30.9 30.10 MAINTAINER="hackdorte@sapo.pt" 30.11 LICENSE="GPLv3"