yabasic: update to 2.77.1

This commit is contained in:
Diogo Leal 2016-12-04 07:07:52 -02:00
parent 22484e91a5
commit cb854ffdf7
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'yabasic'
pkgname=yabasic
version=2.769
version=2.77.1
revision=1
build_style=gnu-configure
makedepends="libXt-devel libSM-devel ncurses-devel"
@ -9,9 +9,9 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3"
homepage="http://2484.de/yabasic/"
distfiles="http://2484.de/yabasic/download/yabasic-${version}.tar.gz"
checksum=558fc1a04675b8d8428c0d105ee08abb28d32f0ebf3380461fc3b603e16ba598
checksum=ea39ae1bdcff964cbd9deda5fd50b21200dcb7ff240471a23a2cf0ce654c5f21
do_install(){
do_install() {
vbin yabasic
vman yabasic.1
}