Skip to content

Commit

Permalink
Bump Perforce to 23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Dec 4, 2023
1 parent a61afb4 commit abbbb29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions provision/provision-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ done
NSIS_VERSION=3.09-1.el9 # https://nsis.sourceforge.io/Docs/AppendixF.html
MAVEN_VERSION=3.9.6 # https://maven.apache.org/docs/history.html
ANT_VERSION=1.10.14 # https://ant.apache.org/bindownload.cgi
P4_VERSION=23.1 # https://cdist2.perforce.com/perforce/
P4D_VERSION=23.1
P4_VERSION=23.2 # https://cdist2.perforce.com/perforce/
P4D_VERSION=23.2

CENTOS_MAJOR_VERSION=$(rpm -qa \*-release | grep -Ei "oracle|redhat|centos" | cut -d"-" -f4 | cut -d"." -f1)
# import functions
Expand Down
2 changes: 1 addition & 1 deletion provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $NANT_VERSION='0.92.2-gocd'
$ANT_VERSION='1.10.14'

$GOLANG_BOOTSTRAPPER_VERSION='2.9'
$P4D_VERSION='23.1'
$P4D_VERSION='23.2'

# Copy over configs
New-Item "${env:USERPROFILE}\.gradle" -ItemType Directory | Out-Null
Expand Down

0 comments on commit abbbb29

Please sign in to comment.