Skip to content

Commit

Permalink
Added more executables to default lifter.config
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Apr 19, 2022
1 parent 84d5261 commit 717ca53
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions lifter.config
Original file line number Diff line number Diff line change
Expand Up @@ -646,3 +646,51 @@ template = github_release_latest
project = audacity/audacity
anchor_text = audacity-linux-(\d+\.\d+\.\d+)-x86_64.AppImage
version = Audacity-3.1.3

[mergestat]
template = github_release_latest
project = mergestat/mergestat
anchor_text = mergestat-linux-amd64.tar.gz
version = v0.5.5

[slides]
template = github_release_latest
project = maaslalani/slides
anchor_text = slides_(\d+\.\d+\.\d+)_linux_amd64.tar.gz
version = v0.8.0

[trunk]
template = github_release_latest
project = thedodd/trunk
anchor_text = trunk-x86_64-unknown-linux-gnu.tar.gz
version = v0.14.0

[trunk.exe]
template = github_release_latest
project = thedodd/trunk
anchor_text = trunk-x86_64-pc-windows-msvc.zip
version = v0.14.0

[wasm-pack]
template = github_release_latest
project = rustwasm/wasm-pack
anchor_text = wasm-pack-v(\d+\.\d+\.\d+)-x86_64-unknown-linux-musl.tar.gz
version = v0.10.2

[wasm-pack.exe]
template = github_release_latest
project = rustwasm/wasm-pack
anchor_text = wasm-pack-v(\d+\.\d+\.\d+)-x86_64-pc-windows-msvc.tar.gz
version = v0.10.2

[perseus]
template = github_release_latest
project = arctic-hen7/perseus
anchor_text = perseus-musl-amd64
version = v0.3.4

[perseus.exe]
template = github_release_latest
project = arctic-hen7/perseus
anchor_text = perseus-windows-amd64
version = v0.3.4

0 comments on commit 717ca53

Please sign in to comment.