Skip to content

Commit

Permalink
Update some plugin pkgs for TrueNAS 12 (#319)
Browse files Browse the repository at this point in the history
* switch to php80

* remove python

* remove python27

* switch to node16
  • Loading branch information
tprelog committed Jul 26, 2022
1 parent 339d9a6 commit ff5849e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
6 changes: 1 addition & 5 deletions homeassistant.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
"libxml2",
"libxslt",
"pkgconf",
"python39",
"py39-sqlite3",
"python38",
"py38-sqlite3",
"rust",
"sudo",
"wget",
Expand All @@ -50,4 +46,4 @@
]
},
"revision": 1
}
}
7 changes: 3 additions & 4 deletions node-red.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"pkgs": [
"bash",
"gmake",
"node14",
"npm-node14",
"python27",
"node16",
"npm-node16",
"python"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
Expand All @@ -25,4 +24,4 @@
]
},
"revision": 0
}
}
13 changes: 6 additions & 7 deletions tasmoadmin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
"pkgs": [
"bash",
"nginx",
"php74",
"php74-curl",
"php74-filter",
"php74-json",
"php74-session",
"php74-zip",
"svnup"
"php80",
"php80-curl",
"php80-filter",
"php80-mbstring",
"php80-session",
"php80-zip"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
Expand Down
6 changes: 3 additions & 3 deletions zwavejs2mqtt.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"bash",
"curl",
"jq",
"node14",
"npm-node14",
"node16",
"npm-node16",
"python",
"yarn-node14"
"yarn-node16"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
Expand Down

0 comments on commit ff5849e

Please sign in to comment.