mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
sbcl: Fix extract_dir (#2716)
This commit is contained in:
parent
3b3170f8b1
commit
2e4c947f12
@ -11,7 +11,7 @@
|
||||
"64bit": {
|
||||
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.1.9/sbcl-2.1.9-x86-64-windows-binary.msi",
|
||||
"hash": "sha1:46cc7a499cf5b597be7cd3aac52ad5a0482d2015",
|
||||
"extract_dir": "PFiles\\Steel Bank Common Lisp\\2.1.9"
|
||||
"extract_dir": "PFiles\\Steel Bank Common Lisp"
|
||||
}
|
||||
},
|
||||
"bin": "sbcl.exe",
|
||||
@ -26,7 +26,7 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/$version/sbcl-$version-x86-64-windows-binary.msi",
|
||||
"extract_dir": "PFiles\\Steel Bank Common Lisp\\$version"
|
||||
"extract_dir": "PFiles\\Steel Bank Common Lisp"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user