mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Update 2048 to 1.1.1
+ change repo to HaikuArchives which is more uptodate + remove "x86" from ARCHITECTURES
This commit is contained in:
@@ -3,15 +3,16 @@ DESCRIPTION="The goal of this popular and tile-matching game is to get to tile \
|
||||
2048.
|
||||
Use your arrow keys to move the tiles.
|
||||
When two tiles with the same number touch, they merge into one!"
|
||||
HOMEPAGE="https://github.com/ohnx/Haiku2048"
|
||||
COPYRIGHT="2015 Markus Himmel"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Haiku2048"
|
||||
COPYRIGHT="2015 Markus Himmel
|
||||
2016-2021 HaikuArchives Team"
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/ohnx/Haiku2048/archive/v1.0.0.zip"
|
||||
CHECKSUM_SHA256="171793f0f138f7cbc743bd04ad6c465a784506ed8917ab23cb3c018dfdee7832"
|
||||
SOURCE_DIR="haiku2048-1.0.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$portVersion.zip"
|
||||
CHECKSUM_SHA256="b723c466de2d7de5c4421d82de510e7c9df79ea67352eddd5642ec0bebbf0314"
|
||||
SOURCE_DIR="Haiku2048-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
2048 = $portVersion
|
||||
Reference in New Issue
Block a user