Skip to content

Commit

Permalink
use git 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Apr 10, 2020
1 parent c66cb39 commit f5056e2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ matrix:
env:
- TARGET_PLATFORM=win32
- WIN_ARCH=64
- GIT_FOR_WINDOWS_URL=https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.2/MinGit-2.23.0.windows.2-64-bit.zip
- GIT_FOR_WINDOWS_CHECKSUM=16085fb2bb5b3091d0c977b082c5fc632bbd59340bd4af325b6b662dc42e0227
- GIT_FOR_WINDOWS_URL=https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-64-bit.zip
- GIT_FOR_WINDOWS_CHECKSUM=e19662da49c2891cb2ac04e9f4f413d13c0c0974b6221169a5717eb62e2288f3
- GIT_LFS_CHECKSUM=5cbe0765d469bbb32548a86e92d5e8694f1e97df7d590552477c3fafdc6c82e1
- os: linux
language: c
env:
- TARGET_PLATFORM=win32
- WIN_ARCH=32
- GIT_FOR_WINDOWS_URL=https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.2/MinGit-2.23.0.windows.2-32-bit.zip
- GIT_FOR_WINDOWS_CHECKSUM=aa96e6472b7b6f6c320fb24d0b90afa14d9ca38c8473b5832d5911ae92ee1e9a
- GIT_FOR_WINDOWS_URL=https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-32-bit.zip
- GIT_FOR_WINDOWS_CHECKSUM=e57761114a74a045972903146922ebe42ba399cb9e306e51bdd63465e856f5c8
- GIT_LFS_CHECKSUM=f4f49e9261584711c337f566a62bd9645cc0e10cef4dc54de1e1e0d31a7b2f71
compiler:
- gcc
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ environment:
matrix:
- TARGET_PLATFORM: win32
WIN_ARCH: 64
GIT_FOR_WINDOWS_URL: https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.2/MinGit-2.23.0.windows.2-64-bit.zip
GIT_FOR_WINDOWS_CHECKSUM: 16085fb2bb5b3091d0c977b082c5fc632bbd59340bd4af325b6b662dc42e0227
GIT_FOR_WINDOWS_URL: https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-64-bit.zip
GIT_FOR_WINDOWS_CHECKSUM: e19662da49c2891cb2ac04e9f4f413d13c0c0974b6221169a5717eb62e2288f3
GIT_LFS_CHECKSUM: 5cbe0765d469bbb32548a86e92d5e8694f1e97df7d590552477c3fafdc6c82e1
- TARGET_PLATFORM: win32
WIN_ARCH: 32
GIT_FOR_WINDOWS_URL: https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.2/MinGit-2.23.0.windows.2-32-bit.zip
GIT_FOR_WINDOWS_CHECKSUM: aa96e6472b7b6f6c320fb24d0b90afa14d9ca38c8473b5832d5911ae92ee1e9a
GIT_FOR_WINDOWS_URL: https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-32-bit.zip
GIT_FOR_WINDOWS_CHECKSUM: e57761114a74a045972903146922ebe42ba399cb9e306e51bdd63465e856f5c8
GIT_LFS_CHECKSUM: f4f49e9261584711c337f566a62bd9645cc0e10cef4dc54de1e1e0d31a7b2f71
build_script:
- git submodule update --init --recursive
Expand Down
14 changes: 7 additions & 7 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"git": {
"version": "v2.23.1",
"version": "v2.26.0",
"packages": [
{
"platform": "windows",
"arch": "amd64",
"filename": "MinGit-2.23.0.windows.2-64-bit.zip",
"url": "https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.2/MinGit-2.23.0.windows.2-64-bit.zip",
"checksum": "16085fb2bb5b3091d0c977b082c5fc632bbd59340bd4af325b6b662dc42e0227"
"filename": "MinGit-2.26.0-64-bit.zip",
"url": "https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-64-bit.zip",
"checksum": "e19662da49c2891cb2ac04e9f4f413d13c0c0974b6221169a5717eb62e2288f3"
},
{
"platform": "windows",
"arch": "x86",
"filename": "MinGit-2.23.0.windows.2-32-bit.zip",
"url": "https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.2/MinGit-2.23.0.windows.2-32-bit.zip",
"checksum": "aa96e6472b7b6f6c320fb24d0b90afa14d9ca38c8473b5832d5911ae92ee1e9a"
"filename": "MinGit-2.26.0-32-bit.zip",
"url": "https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-32-bit.zip",
"checksum": "e57761114a74a045972903146922ebe42ba399cb9e306e51bdd63465e856f5c8"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion git
Submodule git updated 966 files
4 changes: 2 additions & 2 deletions test/win32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
GIT_LFS_VERSION=2.7.2
TARGET_PLATFORM=win32
WIN_ARCH=32
GIT_FOR_WINDOWS_URL=https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.2/MinGit-2.23.0.windows.2-32-bit.zip
GIT_FOR_WINDOWS_CHECKSUM=aa96e6472b7b6f6c320fb24d0b90afa14d9ca38c8473b5832d5911ae92ee1e9a
GIT_FOR_WINDOWS_URL=https://github.com/git-for-windows/git/releases/download/v2.26.0.windows.1/MinGit-2.26.0-32-bit.zip
GIT_FOR_WINDOWS_CHECKSUM=e57761114a74a045972903146922ebe42ba399cb9e306e51bdd63465e856f5c8
GIT_LFS_CHECKSUM=f4f49e9261584711c337f566a62bd9645cc0e10cef4dc54de1e1e0d31a7b2f71

CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Expand Down

0 comments on commit f5056e2

Please sign in to comment.