diff --git a/.cirrus.yml b/.cirrus.yml index 62d9ad81..16e3edc9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -170,7 +170,7 @@ gogs_task: only_if: "changesInclude('gogs.json', '.cirrus/install_script.sh')" matrix: - freebsd_instance: - image_family: freebsd-12-2 + image_family: freebsd-13-1 env: PLUGIN_FILE: "gogs.json" @@ -215,7 +215,7 @@ homeassistant_task: only_if: "changesInclude('homeassistant.json', '.cirrus/install_script.sh')" matrix: - freebsd_instance: - image_family: freebsd-12-2 + image_family: freebsd-13-1 env: PLUGIN_FILE: "homeassistant.json" @@ -353,7 +353,7 @@ mosquitto_task: only_if: "changesInclude('mosquitto.json', '.cirrus/install_script.sh')" matrix: - freebsd_instance: - image_family: freebsd-12-2 + image_family: freebsd-13-1 env: PLUGIN_FILE: "mosquitto.json" @@ -407,7 +407,7 @@ node-red_task: only_if: "changesInclude('node-red.json', '.cirrus/install_script.sh')" matrix: - freebsd_instance: - image_family: freebsd-12-2 + image_family: freebsd-13-1 env: PLUGIN_FILE: "node-red.json" @@ -562,7 +562,7 @@ tasmoadmin_task: only_if: "changesInclude('tasmoadmin.json', '.cirrus/install_script.sh')" matrix: - freebsd_instance: - image_family: freebsd-12-2 + image_family: freebsd-13-1 env: PLUGIN_FILE: "tasmoadmin.json" @@ -662,6 +662,6 @@ zwavejs2mqtt_task: only_if: "changesInclude('zwavejs2mqtt.json', '.cirrus/install_script.sh')" matrix: - freebsd_instance: - image_family: freebsd-12-2 + image_family: freebsd-13-1 env: PLUGIN_FILE: "zwavejs2mqtt.json" diff --git a/gogs.json b/gogs.json index 235b0019..4f7e451d 100644 --- a/gogs.json +++ b/gogs.json @@ -1,6 +1,6 @@ { "name": "gogs", - "release": "12.3-RELEASE", + "release": "13.1-RELEASE", "artifact": "https://github.com/tprelog/iocage-gogs.git", "official": false, "properties": { @@ -19,4 +19,4 @@ ] }, "revision": 0 -} \ No newline at end of file +} diff --git a/homeassistant.json b/homeassistant.json index 64b1c9de..67ceafcd 100644 --- a/homeassistant.json +++ b/homeassistant.json @@ -1,6 +1,6 @@ { "name": "homeassistant", - "release": "12.3-RELEASE", + "release": "13.1-RELEASE", "artifact": "https://github.com/tprelog/iocage-homeassistant.git", "official": false, "devfs_ruleset": { @@ -31,10 +31,6 @@ "libxml2", "libxslt", "pkgconf", - "python39", - "py39-sqlite3", - "python38", - "py38-sqlite3", "rust", "sudo", "wget", @@ -50,4 +46,4 @@ ] }, "revision": 1 -} \ No newline at end of file +} diff --git a/mosquitto.json b/mosquitto.json index 2cfaa492..cad75a76 100644 --- a/mosquitto.json +++ b/mosquitto.json @@ -1,6 +1,6 @@ { "name": "mosquitto", - "release": "12.3-RELEASE", + "release": "13.1-RELEASE", "artifact": "https://github.com/tprelog/iocage-mosquitto.git", "official": false, "properties": { @@ -21,4 +21,4 @@ ] }, "revision": 0 -} \ No newline at end of file +} diff --git a/node-red.json b/node-red.json index cfa5c993..a963beeb 100644 --- a/node-red.json +++ b/node-red.json @@ -1,6 +1,6 @@ { "name": "node-red", - "release": "12.3-RELEASE", + "release": "13.1-RELEASE", "artifact": "https://github.com/tprelog/iocage-node-red.git", "official": false, "properties": { @@ -10,9 +10,8 @@ "pkgs": [ "bash", "gmake", - "node14", - "npm-node14", - "python27", + "node16", + "npm-node16", "python" ], "packagesite": "http://pkg.FreeBSD.org/${ABI}/latest", @@ -25,4 +24,4 @@ ] }, "revision": 0 -} \ No newline at end of file +} diff --git a/tasmoadmin.json b/tasmoadmin.json index 8e00ef24..418e883c 100644 --- a/tasmoadmin.json +++ b/tasmoadmin.json @@ -1,6 +1,6 @@ { "name": "tasmoadmin", - "release": "12.3-RELEASE", + "release": "13.1-RELEASE", "artifact": "https://github.com/tprelog/iocage-tasmoadmin.git", "official": false, "properties": { @@ -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": { @@ -28,4 +27,4 @@ ] }, "revision": 0 -} \ No newline at end of file +} diff --git a/zwavejs2mqtt.json b/zwavejs2mqtt.json index 0204f25d..83351072 100644 --- a/zwavejs2mqtt.json +++ b/zwavejs2mqtt.json @@ -1,6 +1,6 @@ { "name": "zwavejs2mqtt", - "release": "12.3-RELEASE", + "release": "13.1-RELEASE", "artifact": "https://github.com/tprelog/iocage-zwavejs2mqtt.git", "official": false, "devfs_ruleset": { @@ -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": { @@ -38,4 +38,4 @@ ] }, "revision": 2 -} \ No newline at end of file +}