File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function _macports_has_port() {
1414
1515function _managerless_lfs_install() {
1616 local VERSION=$1
17- local GIT_LFS_CHECKSUM=2e43480adbd3694b756c95558ecdf5cf
17+ local GIT_LFS_CHECKSUM=0375c5dcdb27ab5650660465de64b218
1818 # Run this to calculate the hash for a new version:
1919 # export V="1.1.1"; curl --location https://github.com/github/git-lfs/releases/download/v$V/git-lfs-darwin-amd64-$V.tar.gz | md5
2020
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function install_git_lfs ()
1111 local KIT_PATH=$1
1212 local VERSION=$2
1313
14- local GIT_LFS_CHECKSUM=95296495a70a31dd952de15bf7102ead
14+ local GIT_LFS_CHECKSUM=328acc7ff66192015e2079de4038c85f
1515 # Run this to calculate the hash for a new version:
1616 # export V="1.1.1"; curl --location https://github.com/github/git-lfs/releases/download/v$V/git-lfs-windows-amd64-$V.zip | md5
1717
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ KIT_TESTFILE="https://$GITHUB_SERVER/$KIT_ORG_REPO"
1111KIT_REMOTE_URL=" https://$GITHUB_SERVER /$KIT_ORG_REPO .git"
1212KIT_CLIENT_ID=' 8b6c07fe55f64c7cbc5d'
1313KIT_CLIENT_SECRET=' 8b6adba6caff9f0cc0d40c8a27545860a26f95b9'
14- MINIMUM_GIT_VERSION=2.3 .2
15- MINIMUM_GIT_LFS_VERSION=1.2.0 # On update make sure to update $GIT_LFS_CHECKSUM in lib/*/setup_helpers.sh, too!
14+ MINIMUM_GIT_VERSION=2.10 .2
15+ MINIMUM_GIT_LFS_VERSION=1.5.2 # On update make sure to update $GIT_LFS_CHECKSUM in lib/*/setup_helpers.sh, too!
1616ERROR_HELP_MESSAGE=" Please contact EMSD.VNX.CE.DEV.ENABLEMENT.IDE@emc.com"
1717
1818
You can’t perform that action at this time.
0 commit comments