mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
prqlc: Add version 0.9.3 (#5029)
This commit is contained in:
parent
9b341503b9
commit
dbf4e6a610
23
bucket/prqlc.json
Normal file
23
bucket/prqlc.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": "0.9.3",
|
||||
"description": "A simple, powerful, pipelined SQL replacement",
|
||||
"homepage": "https://prql-lang.org/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/PRQL/prql/releases/download/0.9.3/prqlc-v0.9.3-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "76af94821d1090a43c9d5c797bfe687462e7c5cb1c4c8919cc035ee5188c055c"
|
||||
}
|
||||
},
|
||||
"bin": "prqlc.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/PRQL/prql"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/PRQL/prql/releases/download/$version/prqlc-v$version-x86_64-pc-windows-msvc.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user