Skip to content

Commit

Permalink
Merge pull request #153 from desktop/update-git-package
Browse files Browse the repository at this point in the history
bump to latest native package
  • Loading branch information
shiftkey authored Nov 30, 2017
2 parents a280e71 + 70d9e44 commit 7ceb2d7
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 = '372c45d899b6ab73ff545b7ab73f9b656d4a05dcff4e8e11bb3bd7ef2a727a14'
config.checksum = 'c7c0e93ae0a20e1696984248d7449754c9a17fe0a6b926591e2f28310110419a'
config.source =
'https://github.com/desktop/dugite-native/releases/download/v2.15.0-rc1/dugite-native-v2.15.0-macOS-25.tar.gz'
'https://github.com/desktop/dugite-native/releases/download/v2.15.1-rc0/dugite-native-v2.15.1-macOS-28.tar.gz'
} else if (process.platform === 'win32') {
config.checksum = 'a54b64be0976c3f919a52d4dd6dcfb9434744072860df980767d662275a9f235'
config.checksum = '1e6537c6129af5f067e5d050a217f4a9beade87958db8d7e0745f8a8887596a4'
config.source =
'https://github.com/desktop/dugite-native/releases/download/v2.15.0-rc1/dugite-native-v2.15.0-win32-25.tar.gz'
'https://github.com/desktop/dugite-native/releases/download/v2.15.1-rc0/dugite-native-v2.15.1-win32-28.tar.gz'
} else if (process.platform === 'linux') {
config.checksum = '7e7f2c78b994017026c4ce2d999fad25501a5a33b6c2c0c11684f58d3ccfc06b'
config.checksum = '39b70a9bce0619ad03000446c19835bb58622c5c198e8185237ba9f0688ee494'
config.source =
'https://github.com/desktop/dugite-native/releases/download/v2.15.0-rc1/dugite-native-v2.15.0-ubuntu-25.tar.gz'
'https://github.com/desktop/dugite-native/releases/download/v2.15.1-rc0/dugite-native-v2.15.1-ubuntu-28.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.15.0'
export const gitVersion = '2.15.1'
export const gitLfsVersion = '2.3.4'

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

0 comments on commit 7ceb2d7

Please sign in to comment.