Skip to content

Commit

Permalink
Merge pull request #162 from desktop/2-16-1
Browse files Browse the repository at this point in the history
update to Git 2.16.1
  • Loading branch information
shiftkey authored Jan 23, 2018
2 parents 085501c + 66252b8 commit a11be80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions script/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ function getConfig() {
}

if (process.platform === 'darwin') {
config.checksum = 'd2d5bb887dad10571f61fa7aaa52bc48f6ebe4b97fc4a37377565e879a3b39af'
config.checksum = '30eb68d28bbb9c88e644ad3c025c4e0bbf43b77317a346d342c449a52143b1a7'
config.source =
'https://github.com/desktop/dugite-native/releases/download/v2.16.0/dugite-native-v2.16.0-macOS-68.tar.gz'
'https://github.com/desktop/dugite-native/releases/download/v2.16.1/dugite-native-v2.16.1-macOS-75.tar.gz'
} else if (process.platform === 'win32') {
config.checksum = '203902c9e3d29270d224e9d0ed3b4524fb34c65a825eb7b95bfd5e6c6cf568df'
config.checksum = '856b5ff7b791210b5bf8f3a9daab03be02b020823c568ef2aa60f906c1a978e6'
config.source =
'https://github.com/desktop/dugite-native/releases/download/v2.16.0/dugite-native-v2.16.0-win32-68.tar.gz'
'https://github.com/desktop/dugite-native/releases/download/v2.16.1/dugite-native-v2.16.1-win32-75.tar.gz'
} else if (process.platform === 'linux') {
config.checksum = '4ba9bfb3170e32351555f715feb8f9bd57b05a420c730d496be264e48fece1c7'
config.checksum = 'fefb2675957a2b878eb792b176ef801058772679e8472af9585b02521656509e'
config.source =
'https://github.com/desktop/dugite-native/releases/download/v2.16.0/dugite-native-v2.16.0-ubuntu-68.tar.gz'
'https://github.com/desktop/dugite-native/releases/download/v2.16.1/dugite-native-v2.16.1-ubuntu-75.tar.gz'
}

if (config.source !== '') {
Expand Down
2 changes: 1 addition & 1 deletion test/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { GitProcess, IGitResult } from '../lib'

// NOTE: bump these versions to the latest stable releases
export const gitVersion = '2.16.0'
export const gitVersion = '2.16.1'
export const gitLfsVersion = '2.3.4'

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

0 comments on commit a11be80

Please sign in to comment.