Skip to content

Commit

Permalink
Bump perforce to 24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Mar 1, 2025
1 parent 89534ef commit 37d3827
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion provision/provision-install-packages-choco.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $NODEJS_VERSION='22.14.0'
$RUBY_VERSION='3.4.1.1'

$GOLANG_BOOTSTRAPPER_VERSION='2.26'
$P4D_VERSION='24.1'
$P4D_VERSION='24.2'

# Copy over configs
New-Item "${env:USERPROFILE}\.gradle" -ItemType Directory | Out-Null
Expand Down
2 changes: 1 addition & 1 deletion provision/provision-install-packages-winget.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $JAVA_VERSION='21.0.5.11'
$NODEJS_VERSION='22.14.0'

$GOLANG_BOOTSTRAPPER_VERSION='2.25'
$P4_VERSION='24.1'
$P4_VERSION='24.2'
$ANT_VERSION='1.10.15'
$NANT_VERSION='0.92'

Expand Down
4 changes: 2 additions & 2 deletions provision/provision-rhel-compat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ done
NSIS_VERSION=3.10-1.el9 # https://nsis.sourceforge.io/Docs/AppendixF.html / https://github.com/gocd/nsis-rpm/tree/gh-pages/rpms
MAVEN_VERSION=3.9.9 # https://maven.apache.org/docs/history.html
ANT_VERSION=1.10.15 # https://ant.apache.org/bindownload.cgi
P4_VERSION=24.1 # https://cdist2.perforce.com/perforce/
P4D_VERSION=24.1
P4_VERSION=24.2 # https://cdist2.perforce.com/perforce/
P4D_VERSION=24.2

RHEL_COMPAT_MAJOR_VERSION=$(rpm -qa \*-release | grep -oiP "(oracle|redhat|centos|alma|rocky).*-release-\K[0-9]+")
# import functions
Expand Down

0 comments on commit 37d3827

Please sign in to comment.