wok-current diff l3afpad/receipt @ rev 23766
qemu/cloop: tiny fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 06 19:55:46 2020 +0000 (2020-05-06) |
parents | 49faf1ce59f2 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/l3afpad/receipt Sun Mar 01 17:39:44 2020 +0100 1.2 +++ b/l3afpad/receipt Wed May 06 19:55:46 2020 +0000 1.3 @@ -7,10 +7,10 @@ 1.4 SHORT_DESC="Simple text editor forked from Leafpad, supports GTK+ 3.x" 1.5 MAINTAINER="al.bobylev@gmail.com" 1.6 LICENSE="LGPL2.1" 1.7 -WEB_SITE="http://www.calno.com/l3afpad/" 1.8 +WEB_SITE="https://github.com/stevenhoneyman/l3afpad" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.11 -WGET_URL="http://www.calno.com/$PACKAGE/$TARBALL" 1.12 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.13 1.14 DEPENDS="gtk+3" 1.15 BUILD_DEPENDS="autoconf automake gtk+3-dev"