Skip to content

Commit 931f807

Browse files
committed
Update laragon.json
6.0之后版本需要license,不再升级
1 parent 6c331f0 commit 931f807

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

bucket/laragon.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "8.0.0",
2+
"version": "6.0.0",
33
"description": "Laragon 是一个可移植、隔离、快速且强大的通用开发环境,本仓库新增各种环境变量并在安装时进行初始化.(Scoop bucket by arch3rpro)",
44
"homepage": "https://laragon.org/",
55
"license": "MIT",
6-
"url": "https://github.com/leokhoa/laragon/archive/refs/tags/8.0.0.zip",
7-
"hash": "8b9f146552796f09c99026a508317cbe646dab6959b961ed1b3440be5e1aed9e",
8-
"extract_dir": "laragon-8.0.0",
6+
"url": "https://github.com/leokhoa/laragon/archive/refs/tags/6.0.0.zip",
7+
"hash": "042d95237bd729a254ef95a62920b4db28a4d3161c0dcfef46029e15286b38f3",
8+
"extract_dir": "laragon-6.0.0",
99
"bin": [
1010
"laragon.exe",
1111
"bin/composer/composer.bat",
@@ -31,12 +31,5 @@
3131
"tmp",
3232
"usr",
3333
"www"
34-
],
35-
"checkver": {
36-
"github": "https://github.com/leokhoa/laragon"
37-
},
38-
"autoupdate": {
39-
"url": "https://github.com/leokhoa/laragon/archive/refs/tags/$version.zip",
40-
"extract_dir": "laragon-$version"
41-
}
42-
}
34+
]
35+
}

0 commit comments

Comments
 (0)