Skip to content

Commit

Permalink
yuescript: Update to version 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent 850f0d4 commit 1fceab5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bucket/yuescript.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "0.25.0",
"version": "0.25.1",
"description": "A moonscipt dialect that is derived from the Moonscript language and continuously adopting new features to be more up to date. Just like moonscipt, it also compiles into Lua.",
"homepage": "https://yuescript.org/",
"license": "MIT",
"notes": [
"Yuescript Lua Module download links:",
"64bit",
"https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.0/yue-windows-x64-lua51-dll.7z",
"https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.0/yue-windows-x64-lua53-dll.7z",
"https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.1/yue-windows-x64-lua51-dll.7z",
"https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.1/yue-windows-x64-lua53-dll.7z",
"",
"32bit",
"https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.0/yue-windows-x86-lua51-dll.7z",
"https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.0/yue-windows-x86-lua53-dll.7z"
"https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.1/yue-windows-x86-lua51-dll.7z",
"https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.1/yue-windows-x86-lua53-dll.7z"
],
"suggest": {
"Lua": [
Expand All @@ -22,12 +22,12 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.0/yue-windows-x64.7z",
"hash": "691d0dae1db1a0e826246ca168822828c1a63d3fec11ba02a90dfd8c2bfacf29"
"url": "https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.1/yue-windows-x64.7z",
"hash": "dc624f7a7607a43a8b199a631117bb7becd2272176f194ddf5d32682fea343e9"
},
"32bit": {
"url": "https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.0/yue-windows-x86.7z",
"hash": "e170b45945b83333a468a7a0ed5ac4ad0fb9e225da1cf2b469264973441a22b9"
"url": "https://github.com/pigpigyyy/Yuescript/releases/download/v0.25.1/yue-windows-x86.7z",
"hash": "195a6a73eee664b705812ac5ca13722c2adabce45fc2d0c8f090671dddb88deb"
}
},
"bin": "yue.exe",
Expand Down

0 comments on commit 1fceab5

Please sign in to comment.