Skip to content

Commit

Permalink
Merge pull request #252 from desktop/bump-latest-git
Browse files Browse the repository at this point in the history
update to Git 2.20.1
  • Loading branch information
shiftkey authored Dec 17, 2018
2 parents b14b955 + afab194 commit 64e1c6e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 39 deletions.
30 changes: 8 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions script/embedded-git.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"win32-x64": {
"name": "dugite-native-v2.19.2-515d7ec-windows-x64.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.19.2/dugite-native-v2.19.2-515d7ec-windows-x64.tar.gz",
"checksum": "786482b7b519fc65b5aafa0e2b809aae98b72746d4969e996460a4d2cf3684bb"
"name": "dugite-native-v2.20.1-f9ba893-windows-x64.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.20.1/dugite-native-v2.20.1-f9ba893-windows-x64.tar.gz",
"checksum": "a16632a07799cc86008f190e7a6e6860746118bc58b88037a91ca144199ba07c"
},
"win32-ia32": {
"name": "dugite-native-v2.19.2-515d7ec-windows-x86.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.19.2/dugite-native-v2.19.2-515d7ec-windows-x86.tar.gz",
"checksum": "3168a9e61a2b749fe3e6dd408d86975f0a744242f63b5101b32c726bd0dae304"
"name": "dugite-native-v2.20.1-f9ba893-windows-x86.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.20.1/dugite-native-v2.20.1-f9ba893-windows-x86.tar.gz",
"checksum": "2e5d38a46a8e9f03e84687a9997b4eb5d7b26a4817aefbe7e2089682623ffa4d"
},
"darwin-x64": {
"name": "dugite-native-v2.19.2-515d7ec-macOS.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.19.2/dugite-native-v2.19.2-515d7ec-macOS.tar.gz",
"checksum": "c786dbbb606074757ff1d112e7873655677826ee7ecbeba61c5b60fd6331d21b"
"name": "dugite-native-v2.20.1-f9ba893-macOS.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.20.1/dugite-native-v2.20.1-f9ba893-macOS.tar.gz",
"checksum": "24280315fe18f648a322f45e11bb50b4def8e48a5976fbb8a156b07f6ca6fa70"
},
"linux-x64": {
"name": "dugite-native-v2.19.2-515d7ec-ubuntu.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.19.2/dugite-native-v2.19.2-515d7ec-ubuntu.tar.gz",
"checksum": "070c02dcb0e1350f3bcafeed96920f8a56fe9bdf5bbd92e06d38e7a052b86af5"
"name": "dugite-native-v2.20.1-f9ba893-ubuntu.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.20.1/dugite-native-v2.20.1-f9ba893-ubuntu.tar.gz",
"checksum": "059f6e842af940e931a4c3646a55bf5fbc00e584013747ee3005c0a467c6183e"
},
"linux-arm64": {
"name": "dugite-native-v2.19.2-515d7ec-arm64.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.19.2/dugite-native-v2.19.2-515d7ec-arm64.tar.gz",
"checksum": "306724fe3ad9e191945c6d5cd6507c76bf8cabe7a4c167d5ff2757f25a140332"
"name": "dugite-native-v2.20.1-f9ba893-arm64.tar.gz",
"url": "https://github.com/desktop/dugite-native/releases/download/v2.20.1/dugite-native-v2.20.1-f9ba893-arm64.tar.gz",
"checksum": "96e008659671b1458a62ac3bda90077d6ae9f27cbf7dc5e42543f3a5fe4423c3"
}
}
4 changes: 2 additions & 2 deletions test/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { GitProcess, IGitResult } from '../lib'

// NOTE: bump these versions to the latest stable releases
export const gitVersion = '2.19.2'
export const gitLfsVersion = '2.6.0'
export const gitVersion = '2.20.1'
export const gitLfsVersion = '2.6.1'

const temp = require('temp').track()

Expand Down

0 comments on commit 64e1c6e

Please sign in to comment.