wok rev 25682
Up libqcow (20240308)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 24 18:25:46 2024 +0000 (8 months ago) |
parents | d81769c32783 |
children | fcc29e8c0135 |
files | gpick/receipt libqcow-dev/receipt libqcow/receipt mariadb/receipt perl-term-readkey/receipt sip-dev/receipt sip/receipt |
line diff
1.1 --- a/gpick/receipt Mon Mar 18 19:02:51 2024 +0100 1.2 +++ b/gpick/receipt Sun Mar 24 18:25:46 2024 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Advanced color picker written in C++ using GTK+ toolkit" 1.5 MAINTAINER="al.bobylev@gmail.com" 1.6 LICENSE="BSD" 1.7 -WEB_SITE="http://www.gpick.org/" 1.8 +WEB_SITE="https://www.gpick.org/" 1.9 TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.10 WGET_URL="https://github.com/thezbyg/gpick/archive/$PACKAGE-$VERSION.tar.gz" 1.11
2.1 --- a/libqcow-dev/receipt Mon Mar 18 19:02:51 2024 +0100 2.2 +++ b/libqcow-dev/receipt Sun Mar 24 18:25:46 2024 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libqcow-dev" 2.7 -VERSION="20221124" 2.8 +VERSION="20240308" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) images, development files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/libqcow/receipt Mon Mar 18 19:02:51 2024 +0100 3.2 +++ b/libqcow/receipt Sun Mar 24 18:25:46 2024 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="libqcow" 3.7 -VERSION="20221124" 3.8 +VERSION="20240308" 3.9 CATEGORY="misc" 3.10 SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) image files." 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/mariadb/receipt Mon Mar 18 19:02:51 2024 +0100 4.2 +++ b/mariadb/receipt Sun Mar 24 18:25:46 2024 +0000 4.3 @@ -8,7 +8,7 @@ 4.4 LICENSE="GPL2" 4.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.6 WEB_SITE="https://mariadb.org/en/" 4.7 -WGET_URL="https://downloads.mariadb.com/MariaDB/$PACKAGE-$VERSION/source/$TARBALL" 4.8 +WGET_URL="https://github.com/MariaDB/server/archive/refs/tags/$TARBALL" 4.9 CONFIG_FILES="/etc/mysql" 4.10 TAZPANEL_DAEMON="man|edit::/etc/mysql/my.cnf|options|web::$WEB_SITE" 4.11 PROVIDE="mysql"
5.1 --- a/perl-term-readkey/receipt Mon Mar 18 19:02:51 2024 +0100 5.2 +++ b/perl-term-readkey/receipt Sun Mar 24 18:25:46 2024 +0000 5.3 @@ -6,7 +6,7 @@ 5.4 SHORT_DESC="Perl extension Term::ReadKey." 5.5 MAINTAINER="slaxemulator@gmail.com" 5.6 LICENSE="GPL" 5.7 -WEB_SITE="https://metacpan.org/release/TermReadKey" 5.8 +WEB_SITE="https://metacpan.org/dist/Term::ReadKey" 5.9 5.10 SOURCE="TermReadKey" 5.11 TARBALL="$SOURCE-$VERSION.tar.gz"
6.1 --- a/sip-dev/receipt Mon Mar 18 19:02:51 2024 +0100 6.2 +++ b/sip-dev/receipt Sun Mar 24 18:25:46 2024 +0000 6.3 @@ -6,7 +6,7 @@ 6.4 SHORT_DESC="Development files for sip." 6.5 MAINTAINER="allan316@gmail.com" 6.6 LICENSE="GPL2 GPL3" 6.7 -WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro" 6.8 +WEB_SITE="https://github.com/Python-SIP/sip" 6.9 6.10 WANTED="sip" 6.11 DEPENDS="sip"
7.1 --- a/sip/receipt Mon Mar 18 19:02:51 2024 +0100 7.2 +++ b/sip/receipt Sun Mar 24 18:25:46 2024 +0000 7.3 @@ -6,7 +6,7 @@ 7.4 SHORT_DESC="C/C++ Bindings Generator for Python v2 and v3." 7.5 MAINTAINER="allan316@gmail.com" 7.6 LICENSE="GPL2 GPL3" 7.7 -WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro" 7.8 +WEB_SITE="https://github.com/Python-SIP/sip" 7.9 REPOLOGY="python:sip" 7.10 7.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.12 @@ -19,8 +19,8 @@ 7.13 # What is the latest version available today? 7.14 current_version() 7.15 { 7.16 - wget -O - $WEB_SITE 2>/dev/null | \ 7.17 - sed '/SIP/!d;/eleased/!d;s|.*SIP v||;s| .*||;q' 7.18 + wget -O - $WEB_SITE/tags 2>/dev/null | \ 7.19 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 7.20 } 7.21 7.22 # Rules to configure and make the package.