eiskaltdcpp: bump version (#5465)

This commit is contained in:
Boris Pek
2020-12-03 23:05:18 +03:00
committed by GitHub
parent a8fa98f230
commit 0f65494564

View File

@@ -6,11 +6,10 @@ all common DC hub software."
HOMEPAGE="https://github.com/eiskaltdcpp/eiskaltdcpp"
COPYRIGHT="EiskaltDC++ team"
LICENSE="GNU GPL v3"
REVISION="16"
srcGitRev="743e1510307cd19b95dcfb832da3ce7147e6227c"
SOURCE_URI="https://github.com/eiskaltdcpp/eiskaltdcpp/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="b7a4e444ab0665963c02d4f455e80991a674138385245a8e8ed1b7a2015552ec"
SOURCE_DIR="eiskaltdcpp-$srcGitRev"
REVISION="1"
SOURCE_URI="https://github.com/eiskaltdcpp/eiskaltdcpp/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="674d023027a0f00f293cc73ce3c010cf462f8f2a516d967c7e2a8af3ac4b84ba"
SOURCE_DIR="eiskaltdcpp-$portVersion"
ADDITIONAL_FILES="eiskaltdcpp.rdef.in"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -22,7 +21,6 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libboost_system$secondaryArchSuffix
lib:libbz2$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
@@ -44,7 +42,6 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix
devel:libbz2$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix
devel:libgl$secondaryArchSuffix
@@ -105,8 +102,7 @@ INSTALL()
MAJOR="`echo "$portVersion" | cut -d. -f1`"
MIDDLE="`echo "$portVersion" | cut -d. -f2`"
# MINOR="`echo "$portVersion" | cut -d. -f3`"
MINOR="10"
MINOR="`echo "$portVersion" | cut -d. -f3`"
sed \
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
-e "s|@MAJOR@|$MAJOR|" \