mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
classicube: bump version (1.3.6 -> 1.3.7) (#11392)
This commit is contained in:
@@ -19,10 +19,9 @@ HOMEPAGE="https://www.classicube.net/"
|
|||||||
COPYRIGHT="2014-2022 UnknownShadow200"
|
COPYRIGHT="2014-2022 UnknownShadow200"
|
||||||
LICENSE="BSD (3-clause)"
|
LICENSE="BSD (3-clause)"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
srcGitRev="e8e1a7c0626b35a0fd17ac1d2359675f836e42ae"
|
SOURCE_URI="https://github.com/ClassiCube/ClassiCube/archive/$portVersion.tar.gz"
|
||||||
SOURCE_URI="https://github.com/ClassiCube/ClassiCube/archive/$srcGitRev.tar.gz"
|
CHECKSUM_SHA256="04f96eb2cc338b81a36a843b7d1f23de54ef539a80d2b793bbef69aa9043585f"
|
||||||
CHECKSUM_SHA256="94f9f4c1d40b89d3b5a30f582f3f5a3bfe9d1757f5bfb7e5de43d90a3e5c1ead"
|
SOURCE_DIR="ClassiCube-$portVersion"
|
||||||
SOURCE_DIR="ClassiCube-$srcGitRev"
|
|
||||||
ADDITIONAL_FILES="
|
ADDITIONAL_FILES="
|
||||||
classicube.rdef.in
|
classicube.rdef.in
|
||||||
launcher.sh
|
launcher.sh
|
||||||
@@ -78,7 +77,7 @@ INSTALL()
|
|||||||
local APP_SIGNATURE="application/x-vnd.classicube"
|
local APP_SIGNATURE="application/x-vnd.classicube"
|
||||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||||
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||||
local MINOR="`echo "$portVersion" | cut -d. -f3 | cut -d~ -f1`"
|
local MINOR="`echo "$portVersion" | cut -d. -f3`"
|
||||||
local LONG_INFO="$SUMMARY"
|
local LONG_INFO="$SUMMARY"
|
||||||
sed \
|
sed \
|
||||||
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
|
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
|
||||||
Reference in New Issue
Block a user