Skip to content

Commit

Permalink
Prepare v1.0 RC 2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Mar 22, 2020
1 parent c70b580 commit f0e04da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cdk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir %CDK_INSTALL_PATH%\system\etc 2> nul
set BUILD_WIN32=True
set BUILD_X86=True

echo fre:ac Component Development Kit v1.1 RC 1
echo fre:ac Component Development Kit v1.1 RC 2
echo Copyright (C) 2001-2020 Robert Kausch

bash
2 changes: 1 addition & 1 deletion cdk64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir %CDK_INSTALL_PATH%\system64\etc 2> nul
set BUILD_WIN32=True
set BUILD_X86_64=True

echo fre:ac Component Development Kit v1.1 RC 1 (x64)
echo fre:ac Component Development Kit v1.1 RC 2 (x64)
echo Copyright (C) 2001-2020 Robert Kausch

bash
4 changes: 2 additions & 2 deletions packaging/haiku/boca-version.recipe.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ HOMEPAGE="https://github.com/enzo1982/BoCA"
COPYRIGHT="2007-2020 Robert Kausch"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v<version>/freac-cdk-<version>.tar.gz"
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v${portVersion/\~/-}/boca-${portVersion/\~/-}.tar.gz"
CHECKSUM_SHA256="<checksum>"
SOURCE_DIR="freac-cdk-<version>"
SOURCE_DIR="boca-${portVersion/\~/-}"

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

0 comments on commit f0e04da

Please sign in to comment.