Skip to content

Commit

Permalink
odin: Add version 2023-12
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Dec 7, 2023
1 parent 06f362a commit 6e46158
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ scoop install <manifest>
|[ls-interactive](https://github.com/Araxeus/ls-interactive)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/ls-interactive.json)</sup>|Interactive ls command made in rust|
|[massigra](http://www.massigra.net/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/massigra.json)</sup>|シンプルで高速な単画面型の画像ビューワ|
|[minesweeper-arbiter](https://minesweepergame.com/download/arbiter.php)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/minesweeper-arbiter.json)</sup>|Minesweeper Arbiter is a free clone of Windows Minesweeper that saves videos with decimal time.|
|[odin](https://odin-lang.org/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/odin.json)</sup>|The Data-Oriented Language for Sane Software Development.|
|[parallels-client](https://www.parallels.com/products/ras/capabilities/parallels-client/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/parallels-client.json)</sup>|Parallels(R) Client is a lightweight software that enables end-users to securely access virtual applications and desktops from Windows, Mac, Linux, iOS/iPadOS, Android, Google Chromebook and any HTML5 web browser.|
|[parsify-desktop](https://parsify.app/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/parsify-desktop.json)</sup>|Next generation notepad-based calculator, built with extendibility and privacy in mind.|
|[pijul](https://pijul.org/)<sup> [m](https://github.com/amorphobia/siku/blob/master/bucket/pijul.json)</sup>|Pijul is a free and open source (GPL2) distributed version control system.|
Expand Down
29 changes: 29 additions & 0 deletions bucket/odin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "2023-12",
"description": "The Data-Oriented Language for Sane Software Development.",
"homepage": "https://odin-lang.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/odin-lang/Odin/releases/download/dev-2023-12/odin-windows-amd64-dev-2023-12.zip",
"hash": "ca1a39de1726ef1aeee279535eaa6a954c62bfd0c5940c4aecde76d8238d0d67"
}
},
"bin": [
[
"odin.exe",
"odin"
]
],
"checkver": {
"github": "https://github.com/odin-lang/Odin",
"regex": "/releases/tag/dev-([\\d-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/odin-lang/Odin/releases/download/dev-$version/odin-windows-amd64-dev-$version.zip"
}
}
}
}

0 comments on commit 6e46158

Please sign in to comment.