Files
autopkg/autopkg.ini
phantom 3db532de6f
All checks were successful
Build Docker Image / build (push) Successful in 26s
Configuration changes
2025-11-30 13:56:27 -06:00

18 lines
408 B
INI

; [appname]
; name = App name
; api = Git releases API link
; hash = SHA256 hash of binary
; scheme = Regex version matching scheme
[apps.bitcoinknots]
name = Bitcoin Knots
api = https://api.github.com/repos/bitcoinknots/bitcoin/releases/latest
hash =
scheme = ^v(\d+)\.(\d+)\.knots(\d{8})$
[apps.electrs]
name = electrs
api = https://api.github.com/repos/romanz/electrs/releases/latest
hash =
scheme =