build(flatpak/deps): Switch miniupnpc source from archive to Git (#4275)
This commit is contained in:
parent
3239f2e1a4
commit
4ef1edef04
1 changed files with 7 additions and 5 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "miniupnpc",
|
"name": "miniupnpc",
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
"builddir": true,
|
"builddir": true,
|
||||||
|
"subdir": "miniupnpc",
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
|
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
|
||||||
"-DUPNPC_BUILD_STATIC=OFF",
|
"-DUPNPC_BUILD_STATIC=OFF",
|
||||||
|
|
@ -11,15 +12,16 @@
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"url": "https://miniupnp.tuxfamily.org/files/miniupnpc-2.3.3.tar.gz",
|
"type": "git",
|
||||||
"sha256": "d52a0afa614ad6c088cc9ddff1ae7d29c8c595ac5fdd321170a05f41e634bd1a",
|
"url": "https://github.com/miniupnp/miniupnp.git",
|
||||||
|
"tag": "miniupnpc_2_3_3",
|
||||||
|
"commit": "bf4215a7574f88aa55859db9db00e3ae58cf42d6",
|
||||||
"x-checker-data": {
|
"x-checker-data": {
|
||||||
"type": "anitya",
|
"type": "anitya",
|
||||||
"project-id": 1986,
|
"project-id": 1986,
|
||||||
"stable-only": true,
|
"stable-only": true,
|
||||||
"url-template": "https://miniupnp.tuxfamily.org/files/miniupnpc-$version.tar.gz"
|
"tag-template": "miniupnpc_${version0}_${version1}_${version2}"
|
||||||
},
|
}
|
||||||
"type": "archive"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue