mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
chore: Add arm64 architecture on some apps (#4021)
This commit is contained in:
parent
84e055c7c8
commit
d569a8d2a1
@ -11,6 +11,10 @@
|
|||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.21/actionlint_1.6.21_windows_386.zip",
|
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.21/actionlint_1.6.21_windows_386.zip",
|
||||||
"hash": "97eb2cc211a8c67adae2a453cb51a3400a9916cbbef5d5dda61fb634f5d61b13"
|
"hash": "97eb2cc211a8c67adae2a453cb51a3400a9916cbbef5d5dda61fb634f5d61b13"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/rhysd/actionlint/releases/download/v1.6.21/actionlint_1.6.21_windows_arm64.zip",
|
||||||
|
"hash": "75084ba90367af2c364f59709a3b937644d81245dbb493c943ea936c6e133632"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "actionlint.exe",
|
"bin": "actionlint.exe",
|
||||||
@ -22,6 +26,9 @@
|
|||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_386.zip"
|
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_386.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/rhysd/actionlint/releases/download/v$version/actionlint_$version_windows_arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
@ -11,6 +11,10 @@
|
|||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.25.0/chezmoi_2.25.0_windows_i386.zip",
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.25.0/chezmoi_2.25.0_windows_i386.zip",
|
||||||
"hash": "c6a2697ae04de33b47a7568ae2fc349e01af4e20c2e056bf067d7d3db410c973"
|
"hash": "c6a2697ae04de33b47a7568ae2fc349e01af4e20c2e056bf067d7d3db410c973"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.25.0/chezmoi_2.25.0_windows_arm64.zip",
|
||||||
|
"hash": "d45714a4218f46c191f2f58c5d092bc04131ed8abbfdd7c34b4c599ffac61628"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "chezmoi.exe",
|
"bin": "chezmoi.exe",
|
||||||
@ -24,6 +28,9 @@
|
|||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_i386.zip"
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_i386.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
@ -8,6 +8,11 @@
|
|||||||
"url": "https://github.com/motemen/ghq/releases/download/v1.3.0/ghq_windows_amd64.zip",
|
"url": "https://github.com/motemen/ghq/releases/download/v1.3.0/ghq_windows_amd64.zip",
|
||||||
"hash": "sha1:28bd60d89faf88a5fad2fac8d8990091f39df0a5",
|
"hash": "sha1:28bd60d89faf88a5fad2fac8d8990091f39df0a5",
|
||||||
"extract_dir": "ghq_windows_amd64"
|
"extract_dir": "ghq_windows_amd64"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/motemen/ghq/releases/download/v1.3.0/ghq_windows_arm64.zip",
|
||||||
|
"hash": "sha1:3b9d842d49424504165b4199f919d895f6d6e59c",
|
||||||
|
"extract_dir": "ghq_windows_arm64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ghq.exe",
|
"bin": "ghq.exe",
|
||||||
@ -17,6 +22,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip",
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip",
|
||||||
"extract_dir": "ghq_windows_amd64"
|
"extract_dir": "ghq_windows_amd64"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_arm64.zip",
|
||||||
|
"extract_dir": "ghq_windows_arm64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
@ -16,6 +16,10 @@
|
|||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://dl.google.com/go/go1.19.2.windows-386.zip",
|
"url": "https://dl.google.com/go/go1.19.2.windows-386.zip",
|
||||||
"hash": "9355b09b23e9db33945a7ba45bb75981ab0bb6006713099732167722cf081b53"
|
"hash": "9355b09b23e9db33945a7ba45bb75981ab0bb6006713099732167722cf081b53"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://dl.google.com/go/go1.19.2.windows-arm64.zip",
|
||||||
|
"hash": "4049435f77fb2a0642fd8740c588aadbcc446056e637e835a8e223fdb897cb3e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "go",
|
"extract_dir": "go",
|
||||||
@ -43,6 +47,9 @@
|
|||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://dl.google.com/go/go$version.windows-386.zip"
|
"url": "https://dl.google.com/go/go$version.windows-386.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://dl.google.com/go/go$version.windows-arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
@ -7,6 +7,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/gohugoio/hugo/releases/download/v0.104.3/hugo_0.104.3_windows-amd64.zip",
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.104.3/hugo_0.104.3_windows-amd64.zip",
|
||||||
"hash": "2c8ffd8283b819cd2c6f6cefbd27ffb070c15402e4e2a01395da948f8ab05769"
|
"hash": "2c8ffd8283b819cd2c6f6cefbd27ffb070c15402e4e2a01395da948f8ab05769"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/gohugoio/hugo/releases/download/v0.104.3/hugo_0.104.3_windows-arm64.zip",
|
||||||
|
"hash": "04e78edbdcc78c1a3a2e5ddb138e5ae5328cddcfd39c21a21eeb4497c45d9d6d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "hugo.exe",
|
"bin": "hugo.exe",
|
||||||
@ -17,6 +21,9 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-amd64.zip"
|
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-amd64.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
@ -11,6 +11,10 @@
|
|||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v2.0.4/cowsay_2.0.4_Windows_i386.zip",
|
"url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v2.0.4/cowsay_2.0.4_Windows_i386.zip",
|
||||||
"hash": "fd08590ce1794e69e786651c36f64def4632f07683ec558ebeeb0c29f3a0150e"
|
"hash": "fd08590ce1794e69e786651c36f64def4632f07683ec558ebeeb0c29f3a0150e"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v2.0.4/cowsay_2.0.4_Windows_arm64.zip",
|
||||||
|
"hash": "6e4301108b708880583aa080c1ec4efe16dd6f4cc7c2817d3653b3b1e0f4f547"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -25,6 +29,9 @@
|
|||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v$version/cowsay_$version_Windows_i386.zip"
|
"url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v$version/cowsay_$version_Windows_i386.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v$version/cowsay_$version_Windows_arm64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
@ -11,6 +11,10 @@
|
|||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-1.64.0-i686-pc-windows-msvc.msi",
|
"url": "https://static.rust-lang.org/dist/rust-1.64.0-i686-pc-windows-msvc.msi",
|
||||||
"hash": "8284176e99e74f4a6eb8899e1bd8b3c3ca29233896600f069a52573129d2679d"
|
"hash": "8284176e99e74f4a6eb8899e1bd8b3c3ca29233896600f069a52573129d2679d"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://static.rust-lang.org/dist/rust-1.64.0-aarch64-pc-windows-msvc.msi",
|
||||||
|
"hash": "8c5bd2b009be1d6cbe6a532f144c4817fda75bb64c726e5460df0d20e260c069"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "Rust",
|
"extract_dir": "Rust",
|
||||||
@ -31,6 +35,9 @@
|
|||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
|
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
@ -8,6 +8,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.8.3/zoxide-0.8.3-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.8.3/zoxide-0.8.3-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "e4ae169e788fa12819b1fb085781469b04726be66c7366d84c6905c9feb015b0"
|
"hash": "e4ae169e788fa12819b1fb085781469b04726be66c7366d84c6905c9feb015b0"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.8.3/zoxide-0.8.3-aarch64-pc-windows-msvc.zip",
|
||||||
|
"hash": "8714126e1bc127dcc998d3163ec1578e34064e6306db09f4259948332009faa4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "zoxide.exe",
|
"bin": "zoxide.exe",
|
||||||
@ -16,6 +20,9 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-$version-x86_64-pc-windows-msvc.zip"
|
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-$version-x86_64-pc-windows-msvc.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-$version-aarch64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user