Skip to content

Commit

Permalink
pomsky: Add version 0.11 (#6370)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillcicada authored Dec 24, 2024
1 parent 3bd4a90 commit 5c8af65
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bucket/pomsky.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "0.11",
"description": "Pomsky is a new, portable, regular expression language",
"homepage": "https://pomsky-lang.org",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/pomsky-lang/pomsky/releases/download/v0.11/pomsky_windows_v0.11.exe#/pomsky.exe",
"hash": "7cecff97b5b53deed8df4cdd861f5ef781273f6cd2571ba4c2f42f8b741dfe05"
}
},
"bin": "pomsky.exe",
"checkver": {
"url": "https://github.com/pomsky-lang/pomsky/releases",
"regex": "tag/v?([\\d.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/pomsky-lang/pomsky/releases/download/v$version/pomsky_windows_v$version.exe#/pomsky.exe"
}
}
}
}

0 comments on commit 5c8af65

Please sign in to comment.