wok diff rogue/receipt @ rev 24998

Up rp-pppoe (3.15)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 16 10:11:22 2022 +0000 (24 months ago)
parents 7c0170dd3ecc
children 0262035dc1e7
line diff
     1.1 --- a/rogue/receipt	Wed Feb 23 11:49:52 2022 +0000
     1.2 +++ b/rogue/receipt	Mon May 16 10:11:22 2022 +0000
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="The classic dungeon exploration game"
     1.5  MAINTAINER="domcox@slitaz.org"
     1.6  LICENSE="BSD"
     1.7 -TARBALL="$PACKAGE$VERSION-src.tar.gz"
     1.8 +TARBALL="$PACKAGE$-vVERSION.tar.gz"
     1.9  WEB_SITE="https://web.archive.org/web/20160604020207/http://rogue.rogueforge.net/"
    1.10 -WGET_URL="http://rogue.rogueforge.net/files/rogue${VERSION%.*}/$TARBALL"
    1.11 +WGET_URL="https://gitlab.com/philhsmith/rogue/-/archive/v$VERSION/$TARBALL"
    1.12  
    1.13  DEPENDS="ncurses"
    1.14  BUILD_DEPENDS="ncurses-dev"