diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 78bdbf3b50..fd31b37fc2 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -1,5 +1,5 @@ Name: discord-canary -Version: 0.0.145 +Version: 0.0.146 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: discord.com diff --git a/anda/lib/libhelium/libhelium.spec b/anda/lib/libhelium/libhelium.spec index 48df1de8ad..2e1a5affb0 100644 --- a/anda/lib/libhelium/libhelium.spec +++ b/anda/lib/libhelium/libhelium.spec @@ -1,6 +1,6 @@ Summary: The Application Framework for tauOS apps Name: libhelium -Version: 1.2.19 +Version: 1.2.21 Release: 1%{?dist} License: GPLv3 URL: https://github.com/tau-OS/libhelium diff --git a/anda/nim/nim/update.rhai b/anda/nim/nim/update.rhai index 3bb9d3e2e8..63a7cf706e 100644 --- a/anda/nim/nim/update.rhai +++ b/anda/nim/nim/update.rhai @@ -1 +1,5 @@ -rpm.version(gh("nim-lang/Nim")); +let req = new_req("https://api.github.com/repos/nim-lang/Nim/tags"); +req.head("Authorization", `Bearer ${env("GITHUB_TOKEN")}`); +let ver = req.get().json_arr()[0].name; +ver.crop(1); +rpm.version(ver); diff --git a/anda/others/tau-helium/tau-helium.spec b/anda/others/tau-helium/tau-helium.spec index 653351cd93..9bc8c1aa78 100644 --- a/anda/others/tau-helium/tau-helium.spec +++ b/anda/others/tau-helium/tau-helium.spec @@ -1,6 +1,6 @@ Summary: tauOS GTK/GNOME Shell Themes Name: tau-helium -Version: 1.1.36 +Version: 1.1.41 Release: 1%{?dist} License: GPLv3 URL: https://github.com/tau-OS/tau-helium diff --git a/anda/python/orjson/python3-orjson.spec b/anda/python/orjson/python3-orjson.spec index 49c448c945..f67e07df4d 100644 --- a/anda/python/orjson/python3-orjson.spec +++ b/anda/python/orjson/python3-orjson.spec @@ -1,5 +1,5 @@ Name: python3-orjson -Version: 3.8.4 +Version: 3.8.5 Release: %autorelease Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy License: MIT or APACHE-2.0 diff --git a/anda/rust/maturin/rust-maturin.spec b/anda/rust/maturin/rust-maturin.spec index bb41eeccc0..dc3d7d0fdc 100644 --- a/anda/rust/maturin/rust-maturin.spec +++ b/anda/rust/maturin/rust-maturin.spec @@ -2,7 +2,7 @@ %global crate maturin Name: rust-maturin -Version: 0.14.8 +Version: 0.14.10 Release: %autorelease Summary: Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages