wok diff terminator/receipt @ rev 23937

qemu: add X86_64 efi bios
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 12 11:24:50 2020 +0000 (2020-09-12)
parents fbe9e0e1400d
children 5ea0ce1cecc0
line diff
     1.1 --- a/terminator/receipt	Sun Oct 20 09:30:04 2019 +0100
     1.2 +++ b/terminator/receipt	Sat Sep 12 11:24:50 2020 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="terminator"
     1.7 -VERSION="1.91"
     1.8 +VERSION="1.92"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Tool for arranging terminals."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://gnometerminator.blogspot.com/p/introduction.html"
    1.14  
    1.15 -TARBALL="${PACKAGE}-$VERSION.tar.gz"
    1.16 -WGET_URL="https://launchpad.net/terminator/gtk3/$VERSION/+download/$TARBALL"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WGET_URL="https://github.com/gnome-terminator/$PACKAGE/archive/v$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="notify-python pygtk python python-vte"
    1.21  BUILD_DEPENDS="python-dev"