mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
Merge pull request #713 from joe-chung/patch-1
Fix ruby to include omitted hash from URL's
This commit is contained in:
commit
85ca13f868
@ -4,8 +4,8 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": [
|
"url": [
|
||||||
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.4-x64-mingw32.7z",
|
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.4-x64-mingw32.7z?direct#/dl.7z",
|
||||||
"http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe"
|
"http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe#/dl2.7z"
|
||||||
],
|
],
|
||||||
"hash": [
|
"hash": [
|
||||||
"9e8c1eea5b7fd732efd3207210c17b7d0620858f33966652f0bb2566fe04c660",
|
"9e8c1eea5b7fd732efd3207210c17b7d0620858f33966652f0bb2566fe04c660",
|
||||||
@ -15,8 +15,8 @@
|
|||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": [
|
"url": [
|
||||||
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.4-i386-mingw32.7z",
|
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.4-i386-mingw32.7z?direct#/dl.7z",
|
||||||
"http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe"
|
"http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe#/dl2.7z"
|
||||||
],
|
],
|
||||||
"hash": [
|
"hash": [
|
||||||
"da8a3ec5ac4ac23f21037e5132ea1362d56c8846bcba2209a4125928f88a8015",
|
"da8a3ec5ac4ac23f21037e5132ea1362d56c8846bcba2209a4125928f88a8015",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user