Skip to content

Commit

Permalink
yab_ide: bump version (#1088)
Browse files Browse the repository at this point in the history
and bump yab revision.
  • Loading branch information
bbjimmy authored and korli committed Jan 20, 2017
1 parent 87d1e85 commit e2d354a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions dev-lang/yab/yab-1.7.5.3.recipe
@@ -1,15 +1,15 @@
SUMMARY="Extended version of the yabasic programming language"
DESCRIPTION="yab is an extended version of yabasic, a BASIC programming \
language, with special commands designed for Haiku."
HOMEPAGE="http://yab.orgfree.com"
HOMEPAGE="http://yab.orgfree.com/"
COPYRIGHT="1995-2006 Marc-Oliver Ihm (yabasic)
2006-2009 Jan Bungeroth (yab improvements)
2013-2016 Jim Saxton (yab improvements)"
LICENSE="Artistic"
REVISION="1"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="c71ab577e9f88e51dfca08ba71190199d6ad13356bce2838caf85de0a88416cd"
SOURCE_DIR="YAB-$portVersion"
REVISION="2"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.3a.tar.gz"
CHECKSUM_SHA256="595ff5a9962ebc0207e867b56bf79a628a84ceb33a9563f92a6483fc77f972b7"
SOURCE_DIR="YAB-1.7.5.3a"

ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
Expand Down
Expand Up @@ -5,13 +5,14 @@ much more.
yab wouldn't be complete without the yab-IDE, a powerful development \
environment, which of course is programmed in yab itself."
HOMEPAGE="http://yab.orgfree.com"
COPYRIGHT="2006-2015 Jan Bungeroth"
HOMEPAGE="http://yab.orgfree.com/"
COPYRIGHT="2006-2015 Jan Bungeroth
2015-2017 Jim Saxton"
LICENSE="Artistic"
REVISION="1"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.3.tar.gz"
CHECKSUM_SHA256="c71ab577e9f88e51dfca08ba71190199d6ad13356bce2838caf85de0a88416cd"
SOURCE_DIR=YAB-1.7.5.3
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.3a.tar.gz"
CHECKSUM_SHA256="595ff5a9962ebc0207e867b56bf79a628a84ceb33a9563f92a6483fc77f972b7"
SOURCE_DIR="YAB-1.7.5.3a"

ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
Expand Down

0 comments on commit e2d354a

Please sign in to comment.