mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Compare commits
8 Commits
64567e0cd9
...
396b4cdf0a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
396b4cdf0a | ||
|
|
fd13bc3ec2 | ||
|
|
e66e9cc800 | ||
|
|
efc9cc5964 | ||
|
|
736ac65b30 | ||
|
|
ad5a92e2c3 | ||
|
|
39dd9b770d | ||
|
|
7fa404ac3a |
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "1.24.2",
|
||||
"version": "1.25.0",
|
||||
"description": "An email and SMTP testing tool with API for developers",
|
||||
"homepage": "https://mailpit.axllent.org",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/axllent/mailpit/releases/download/v1.24.2/mailpit-windows-amd64.zip",
|
||||
"hash": "4420bf6214c63a34c0a4a5e3d7f06a905c56a960ca4a807f8a03c6c5086ea4ef"
|
||||
"url": "https://github.com/axllent/mailpit/releases/download/v1.25.0/mailpit-windows-amd64.zip",
|
||||
"hash": "e4ab45a25d7c3f6cf352ab43de55a160a5f0815b3b36ea87c12f73e5af7c5a65"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/axllent/mailpit/releases/download/v1.24.2/mailpit-windows-arm64.zip",
|
||||
"hash": "b6a4a0abbfd142f0680150496e179191486a1168eaa24a84824dbb3024c8a055"
|
||||
"url": "https://github.com/axllent/mailpit/releases/download/v1.25.0/mailpit-windows-arm64.zip",
|
||||
"hash": "b457e320912c020490c4059f9f1ef3a21039bed94be622f1f87075255f2e10c8"
|
||||
}
|
||||
},
|
||||
"bin": "mailpit.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.7",
|
||||
"version": "3.7.0.1",
|
||||
"description": "Universal markup converter",
|
||||
"homepage": "https://pandoc.org",
|
||||
"license": "GPL-2.0-or-later",
|
||||
@ -8,11 +8,11 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jgm/pandoc/releases/download/3.7/pandoc-3.7-windows-x86_64.zip",
|
||||
"hash": "d788b437670d369d8a034f4a791b788cb0bb9d92ce3cac35a27e938122ad0fbe"
|
||||
"url": "https://github.com/jgm/pandoc/releases/download/3.7.0.1/pandoc-3.7.0.1-windows-x86_64.zip",
|
||||
"hash": "d695e2c7a1e9ea50d9e2cab5022a1c27f83d160cb5b1bdebafda411281be74d1"
|
||||
}
|
||||
},
|
||||
"extract_dir": "pandoc-3.7",
|
||||
"extract_dir": "pandoc-3.7.0.1",
|
||||
"bin": "pandoc.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/jgm/pandoc"
|
||||
|
||||
@ -1,21 +1,21 @@
|
||||
{
|
||||
"version": "0.13.0",
|
||||
"version": "0.14.0",
|
||||
"description": "Terminal-based slideshow tool",
|
||||
"homepage": "https://github.com/mfontanini/presenterm",
|
||||
"license": "BSD-2-Clause",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.13.0/presenterm-0.13.0-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "sha512:61e707d51412a00049b43043cb108abc035c14930e6247c89f88b90e8f58b100e6678daf24f94ea8a13c294cdf96d8f6bfe9e611f45d8cc5cca47a10d72f5c51"
|
||||
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.14.0/presenterm-0.14.0-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "sha512:7a98944b3bc3aa5ec2b3aac11e1a4eed5e1f8ecd3a6d34a7e68e29419c52611ca5123ec6d318da817650972ab99ce750010d14305a708a670a87cb9c6087c03d"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.13.0/presenterm-0.13.0-i686-pc-windows-msvc.zip",
|
||||
"hash": "sha512:b920d7a73e2c67ad4f11ffe9de413935e9f47fc931306c3519b6b63d871d41763c2935b7b4ae61b9a3f93025d833dcff6cf812b157a9bbbde1aa17623706b9dd"
|
||||
"url": "https://github.com/mfontanini/presenterm/releases/download/v0.14.0/presenterm-0.14.0-i686-pc-windows-msvc.zip",
|
||||
"hash": "sha512:2b1c95b24abe0b834abcb957ee31c807e12acdef92f2690d1d2b15965b13dd16a02a39c814466d896d5544c72223464a71af8e47d4b5c1bbcceae6c9c25a108a"
|
||||
}
|
||||
},
|
||||
"bin": "presenterm.exe",
|
||||
"checkver": "github",
|
||||
"extract_dir": "presenterm-0.13.0",
|
||||
"extract_dir": "presenterm-0.14.0",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "8.16",
|
||||
"version": "8.17",
|
||||
"description": "Minimal Racket installation, without DrRacket/docs",
|
||||
"homepage": "https://racket-lang.org",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/8.16/racket-minimal-8.16-x86_64-win32.exe#/dl.7z",
|
||||
"hash": "f0cadd5b3b766a777d0926a3b44165dc5b399a35a75f8c9b748ada4d40bafdb9"
|
||||
"url": "https://mirror.racket-lang.org/installers/8.17/racket-minimal-8.17-x86_64-win32.exe#/dl.7z",
|
||||
"hash": "48d6c2e71315bbc9623e9c7f9c71a5ab9660cf544a6d26a4f8f16346ab825c27"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/8.16/racket-minimal-8.16-i386-win32.exe#/dl.7z",
|
||||
"hash": "11d0e60f023cc3a6da588618ab8a0122219de6deee321de4d2e8de7b4a03ca28"
|
||||
"url": "https://mirror.racket-lang.org/installers/8.17/racket-minimal-8.17-i386-win32.exe#/dl.7z",
|
||||
"hash": "c7f0a3355b118b718482f0cdc44485fd6b236e98f04a1532914c817bc1d6b488"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "8.16",
|
||||
"version": "8.17",
|
||||
"description": "A general-purpose, feature-rich programming language developed from Scheme Lisp, also the family of the core language and its dialects. It includes an extensive macro system for creating and implementing language constructs and dialects; eventspaces and custodians for resource management; units, modules and classes for programming in the large; paritial continuation; the first contract system for higher-order functions, and more.",
|
||||
"homepage": "https://racket-lang.org",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/8.16/racket-8.16-x86_64-win32.exe#/dl.7z",
|
||||
"hash": "5d7523211a6c9cbe116e04f8de1d6e50252e9b263220c2bd92b602c08eaa36cd"
|
||||
"url": "https://mirror.racket-lang.org/installers/8.17/racket-8.17-x86_64-win32.exe#/dl.7z",
|
||||
"hash": "47dad9100c5da357fb239cbb52c1dab52fbbe2b74911f2c070fa087e31ba8643"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/8.16/racket-8.16-i386-win32.exe#/dl.7z",
|
||||
"hash": "6c479ab7500483ba0ef6512ed44da4496413d4846212fbca7271eae8807554f2"
|
||||
"url": "https://mirror.racket-lang.org/installers/8.17/racket-8.17-i386-win32.exe#/dl.7z",
|
||||
"hash": "7461e47e77db138953c3fefe0218f84a0a99c6acfe47ae514c73ad065ac44e36"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "2025.04-01",
|
||||
"version": "2025.05-01",
|
||||
"description": "The most mature, production-ready implementation of the Raku language",
|
||||
"homepage": "https://rakudo.org",
|
||||
"license": "Artistic-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://rakudo.org/dl/rakudo/rakudo-moar-2025.04-01-win-x86_64-msvc.zip",
|
||||
"hash": "52d1d0e091951dc9c3a75f3e21cb2cf12ec6e2afbb64b3558c2a7343feec3c3d",
|
||||
"extract_dir": "rakudo-moar-2025.04-01-win-x86_64-msvc"
|
||||
"url": "https://rakudo.org/dl/rakudo/rakudo-moar-2025.05-01-win-x86_64-msvc.zip",
|
||||
"hash": "be51a153691feef0ee7c03e92b7521c8a1f3c9d79117cc2b4c26bffd347a7431",
|
||||
"extract_dir": "rakudo-moar-2025.05-01-win-x86_64-msvc"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user