Skip to content

Commit 613c05d

Browse files
authored
Merge pull request #170 from desktop/bump-for-lfs
bump native package again
2 parents d723863 + 2081bb3 commit 613c05d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

script/config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ function getConfig() {
1313
}
1414

1515
if (process.platform === 'darwin') {
16-
config.checksum = '65d608eb16e0e262bae6bd7828b28cf640455e949003fec94c1233e084b9ccde'
16+
config.checksum = '2a9a87061682bb122ac5ef926d3054fd141465f93d2edbfcb8318fa778333c53'
1717
config.source =
18-
'https://github.com/desktop/dugite-native/releases/download/v2.16.2/dugite-native-v2.16.2-macOS-119.tar.gz'
18+
'https://github.com/desktop/dugite-native/releases/download/v2.16.2-1/dugite-native-v2.16.2-macOS.tar.gz'
1919
} else if (process.platform === 'win32') {
20-
config.checksum = 'c84d31baa8d5c782bbf2a421c0231895c8515b09f698653d70e491b4ffdc1db3'
20+
config.checksum = '9b2e544e926d9c5550838fa53936172cc442f8e647a557dc1e1f2270e68afead'
2121
config.source =
22-
'https://github.com/desktop/dugite-native/releases/download/v2.16.2/dugite-native-v2.16.2-win32-119.tar.gz'
22+
'https://github.com/desktop/dugite-native/releases/download/v2.16.2-1/dugite-native-v2.16.2-win32.tar.gz'
2323
} else if (process.platform === 'linux') {
2424
if (os.arch() === 'arm64') {
25-
config.checksum = '05f2d1681f0620689a6bc1abae417d0d23e3bea55e28f4bc91467c41edc9dd6d'
25+
config.checksum = 'e2aec5fb57946b7ad96371bc030e877801f13b98dffec4e20e28bb6a4b7e0a3d'
2626
config.source =
27-
'https://github.com/desktop/dugite-native/releases/download/v2.16.2/dugite-native-v2.16.2-arm64-119.tar.gz'
27+
'https://github.com/desktop/dugite-native/releases/download/v2.16.2-1/dugite-native-v2.16.2-arm64.tar.gz'
2828
} else {
29-
config.checksum = '831dddd2381bb7a85f45b35911f123d062a2bdacf2116181503a1293e58a6e79'
29+
config.checksum = 'c02e93321532479a9d5219b7598c0d50d7045ed41c0bb1a928940f2d87494f54'
3030
config.source =
31-
'https://github.com/desktop/dugite-native/releases/download/v2.16.2/dugite-native-v2.16.2-ubuntu-119.tar.gz'
31+
'https://github.com/desktop/dugite-native/releases/download/v2.16.2-1/dugite-native-v2.16.2-ubuntu.tar.gz'
3232
}
3333
}
3434

test/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { GitProcess, IGitResult } from '../lib'
22

33
// NOTE: bump these versions to the latest stable releases
44
export const gitVersion = '2.16.2'
5-
export const gitLfsVersion = '2.3.4'
5+
export const gitLfsVersion = '2.4.0'
66

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

0 commit comments

Comments
 (0)