Comparing version 1.36.0 to 1.37.0
{ | ||
"name": "dugite", | ||
"version": "1.36.0", | ||
"version": "1.37.0", | ||
"description": "Elegant bindings for Git", | ||
@@ -5,0 +5,0 @@ "main": "./build/lib/index.js", |
@@ -15,10 +15,10 @@ const URL = require('url') | ||
if (process.platform === 'darwin') { | ||
config.checksum = 'a77aea05eaf4e6adaa7bf54d6286aea39cd8c5075eb26da7ba3ae44657471bfa' | ||
config.source = 'https://github.com/desktop/dugite-native/releases/download/v2.13.0-rc4/dugite-native-v2.13.0-macOS-201.tar.gz' | ||
config.checksum = '9c59f4c77e5b3ac5ebd2dbdf7872e55264d4763561aeb03a30e2356c92d4f64f' | ||
config.source = 'https://github.com/desktop/dugite-native/releases/download/v2.13.3-rc10/dugite-native-v2.13.3-macOS-3.tar.gz' | ||
} else if (process.platform === 'win32') { | ||
config.checksum = 'eddc419a04add7f001a29f5fa4736ada69eb536208b7e911394c090cab0643ca' | ||
config.source = 'https://github.com/desktop/dugite-native/releases/download/v2.13.0-rc4/dugite-native-v2.13.0-win32-201.tar.gz' | ||
config.checksum = '091261bec442a3e26211b62cf651ce6b67bb63547cb1c3ccbf7d0a2bdaa8e629' | ||
config.source = 'https://github.com/desktop/dugite-native/releases/download/v2.13.3-rc10/dugite-native-v2.13.3-win32-3.tar.gz' | ||
} else if (process.platform === 'linux') { | ||
config.checksum = 'f271c2eb8fd2da8ee46612bf0fb436af937a427d412ad7b2607ea75c2f37e1de' | ||
config.source = 'https://github.com/desktop/dugite-native/releases/download/v2.13.0-rc4/dugite-native-v2.13.0-ubuntu-201.tar.gz' | ||
config.checksum = 'fdd712fa145523dd2254564c9aae50f8ddc3988b285358ca146f28f5705b5eb8' | ||
config.source = 'https://github.com/desktop/dugite-native/releases/download/v2.13.3-rc10/dugite-native-v2.13.3-ubuntu-3.tar.gz' | ||
} | ||
@@ -25,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48341