diff --git a/haiku-games/hexvexed/hexvexed-0.0.1.recipe b/haiku-games/hexvexed/hexvexed-1.0.0.recipe similarity index 70% rename from haiku-games/hexvexed/hexvexed-0.0.1.recipe rename to haiku-games/hexvexed/hexvexed-1.0.0.recipe index f305be71d..ed2b2d60d 100644 --- a/haiku-games/hexvexed/hexvexed-0.0.1.recipe +++ b/haiku-games/hexvexed/hexvexed-1.0.0.recipe @@ -4,15 +4,14 @@ Arrange hexagonal tiles into a grid so that the numbers and colors match \ where they touch. This game is a variation based on DarkWyrm's BeVexed, but instead \ of squares, the tiles are hexagon shaped. It's 1.5x the fun!" HOMEPAGE="https://bitbucket.org/scottmc/hexvexed" -COPYRIGHT="2009-2016 Scott McCreary" +COPYRIGHT="2009-2017 Scott McCreary" LICENSE="MIT" REVISION="1" -commit="f9cd2a7b1ba1" -SOURCE_URI="https://bitbucket.org/scottmc/hexvexed/get/$commit.tar.bz2" -CHECKSUM_SHA256="72b1a5e2d3d91a453b289948edfcb437d8c2e7f8698255a109f57e6aad6a4138" -SOURCE_DIR="scottmc-hexvexed-$commit" +SOURCE_URI="https://bitbucket.org/scottmc/hexvexed/get/1.0.0-Beta.zip" +CHECKSUM_SHA256="d6f9509d6fed6fc0967ec2e095c3874dbe01905395592bfa68bffa2a58341299" +SOURCE_DIR="scottmc-hexvexed-b8a523a7bf04" -ARCHITECTURES="?x86_gcc2 !x86 !x86_64" +ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" hexvexed = $portVersion @@ -40,6 +39,6 @@ BUILD() INSTALL() { install -d -m 755 $appsDir $dataDir/HexVexed/backgrounds - install -t $appsDir -m 555 -s objects/HexVexed + install -t $appsDir objects/HexVexed addAppDeskbarSymlink $appsDir/HexVexed }