Skip to content

Commit

Permalink
arturo-nightly: Add version 2024-12-17
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Dec 18, 2024
1 parent 14273fd commit bd66494
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ scoop install <manifest>
|[adrive](https://www.aliyundrive.com/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/adrive.json)</sup>|阿里云盘是一款速度快、不打扰、够安全、易于分享的网盘,由阿里巴巴集团出品|
|[aget-rs](https://github.com/PeterDing/aget-rs)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/aget-rs.json)</sup>|Aget-rs - Fast Asynchronous Downloader with Rust 🦀|
|[arturo](https://arturo-lang.io/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/arturo.json)</sup>|Simple, expressive & portable programming language for efficient scripting|
|[arturo-nightly](https://arturo-lang.io/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/arturo-nightly.json)</sup>|Simple, expressive & portable programming language for efficient scripting|
|[autohotkey2.1](https://www.autohotkey.com/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/autohotkey2.1.json)</sup>|The ultimate automation scripting language for Windows. (2.1 alpha)|
|[bbdown](https://github.com/nilaoda/BBDown)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/bbdown.json)</sup>|一款命令行式哔哩哔哩下载器|
|[bcdown](https://github.com/lihe07/bilibili_comics_downloader)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/bcdown.json)</sup>|用Rust重写的Bilibili漫画下载器!无环境依赖,超高下载性能,支持pdf epub zip格式|
Expand Down
21 changes: 21 additions & 0 deletions bucket/arturo-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "2024-12-17",
"description": "Simple, expressive & portable programming language for efficient scripting",
"homepage": "https://arturo-lang.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/arturo-lang/nightly/releases/download/2024-12-17/arturo-nightly.2024-12-16-amd64-windows-full.zip",
"hash": "1085d27281035f0ee6b84b233188eebae65055941fe9d3799c4f4395e4c7bd6a"
}
},
"bin": "arturo.exe",
"checkver": {
"url": "https://api.github.com/repositories/331569615/releases/latest",
"jsonpath": "$.assets[*].browser_download_url",
"regex": "download/(?<version>\\d{4}-\\d{2}-\\d{2})/arturo-nightly.(?<date>\\d{4}-\\d{2}-\\d{2})"
},
"autoupdate": {
"url": "https://github.com/arturo-lang/nightly/releases/download/$matchVersion/arturo-nightly.$matchDate-amd64-windows-full.zip"
}
}

0 comments on commit bd66494

Please sign in to comment.