Skip to content

Commit ec62ce9

Browse files
committed
2 parents 9cd50a8 + c755ab7 commit ec62ce9

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

bucket/easysrv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.5.2",
2+
"version": "4.6.0",
33
"description": "Windows Mac平台下的一款集成Nginx、PHP、MySQL、Redis等服务的GUI集成环境(Scoop bucket by arch3rpro)",
44
"homepage": "https://github.com/xianyunleo/EasySrv",
55
"license": "Freeware",

bucket/others/everything.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.1.1026",
2+
"version": "1.4.1.1027",
33
"description": "Locate files and folders by name instantly.",
44
"homepage": "https://www.voidtools.com",
55
"license": "MIT",
@@ -9,12 +9,12 @@
99
],
1010
"architecture": {
1111
"64bit": {
12-
"url": "https://www.voidtools.com/Everything-1.4.1.1026.x64.zip",
13-
"hash": "8efd75d62eaf73d616ffc1de7ba1e88abe1742dce800aa6b4ddb81e11e5fed79"
12+
"url": "https://www.voidtools.com/Everything-1.4.1.1027.x64.zip",
13+
"hash": "eaaf98041a25d09b1677f72a1c326a0e20acfd70fa550f7ad1cde8363b69cfcb"
1414
},
1515
"32bit": {
16-
"url": "https://www.voidtools.com/Everything-1.4.1.1026.x86.zip",
17-
"hash": "297196b7a8eff8c31e2644e258d7f62bdc33c0270c214dd7f6635df9c84f9dbe"
16+
"url": "https://www.voidtools.com/Everything-1.4.1.1027.x86.zip",
17+
"hash": "72d35c18b627750d4abf6b28d9ec6c5b270e0144512cedecf4bbb3f701605f34"
1818
}
1919
},
2020
"pre_install": [

bucket/wmiexec-Pro.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "0.2.7",
2+
"version": "0.3",
33
"description": "(Scoop bucket by arch3rpro) wmiexec-Pro - New generation of wmiexec.py",
44
"homepage": "https://github.com/XiaoliChan/wmiexec-Pro",
55
"license": "Unkown",
66
"suggest": "Python3",
7-
"url": "https://github.com/XiaoliChan/wmiexec-Pro/archive/refs/tags/v0.2.7.zip",
8-
"hash": "d587b8d7884f3b52c2e1213bba0f845fe523b9e20206052372770747435830df",
9-
"pre_install": "Set-Content \"$dir\\wmiexec-pro.bat\" '@pushd %~dp0\n@python3 \"wmiexec-pro.py\" %*\n@popd' -Encoding Ascii",
7+
"url": "https://github.com/XiaoliChan/wmiexec-Pro/archive/refs/tags/v0.3.zip",
8+
"hash": "0a33ef7324d4c8719dde39ecd44cee22eccda2330036b0c743330d0cb09435e7",
9+
"pre_install": [
10+
"Set-Content \"$dir\\wmiexec-pro.bat\" '@pushd %~dp0",
11+
"@python3 \"wmiexec-pro.py\" %*",
12+
"@popd' -Encoding Ascii"
13+
],
1014
"post_install": [
1115
"Move-Item -Path \"$dir\\wmiexec-pro-$version\\*\" -Destination \"$dir\\\"",
1216
"Remove-Item \"$dir\\wmiexec-pro-$version\" -Force -Recurse",
@@ -17,4 +21,4 @@
1721
"autoupdate": {
1822
"url": "https://github.com/XiaoliChan/wmiexec-Pro/archive/refs/tags/v$version.zip"
1923
}
20-
}
24+
}

0 commit comments

Comments
 (0)