build: store version data with latest.json
This commit is contained in:
parent
a4378fd32e
commit
bcd045710f
2 changed files with 7 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
LIBTORRENT_VERSION = 1.2.14
|
||||
QBITTORRENT_VERSION = 4.3.8
|
||||
LIBTORRENT_VERSION = $(shell jq -r '.libtorrent' ./latest.json)
|
||||
QBITTORRENT_VERSION = $(shell jq -r '.qbittorrent' ./latest.json)
|
||||
|
||||
CMD = /usr/bin/docker
|
||||
IMAGE = mogeko/qbittorrent
|
||||
|
|
|
|||
5
latest.json
Normal file
5
latest.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"qbittorrent": "4.3.8",
|
||||
"libtorrent": "1.2.14",
|
||||
"pkgrel": 1
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue