Configuration changes
All checks were successful
Build Docker Image / build (push) Successful in 26s
All checks were successful
Build Docker Image / build (push) Successful in 26s
This commit is contained in:
17
autopkg.ini
Normal file
17
autopkg.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
; [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 =
|
||||
Reference in New Issue
Block a user