Compare commits

...

4 Commits

Author SHA1 Message Date
madonuko bcd8ed635c fix: bad update scripts again 2026-07-03 00:32:48 +08:00
Raboneko 246675d965 bump: astra discord-canary-openasar discord-canary rust-mise mesa bup kew miraclecast 2026-07-02 16:12:35 +00:00
madomado d64efd5d3e chore(ci/update): disable cron (#13635)
I have a cron job on stack triggering the workflow every 10min, the cron inside the workflow is no longer needed now

Signed-off-by: madomado <madonuko@outlook.com>
2026-07-02 11:00:54 -05:00
madomado 29920da83e fix: update scripts and spec files (#13636) 2026-07-02 10:59:45 -05:00
20 changed files with 30 additions and 22 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ name: Update
permissions:
contents: read
on:
schedule:
- cron: "*/10 * * * *"
#schedule:
# - cron: "*/10 * * * *"
workflow_dispatch:
jobs:
+3 -3
View File
@@ -1,14 +1,14 @@
%global appid dev.astramusic.astra
%global ver 0.6.1-beta
%global ver v0.6.1-beta
Name: astra
%electronmeta -D
Version: %(echo %ver | sed 's/-/~/')
Version: %(echo %ver | sed 's/-/~/;s/^v//')
Release: 1%?dist
Summary: A desktop music player for people who still have a music library
License: GPL-3.0-only AND %electron_license
URL: https://astramusic.dev
Source0: https://github.com/Boof2015/astra/archive/refs/tags/v%ver.tar.gz
Source0: https://github.com/Boof2015/astra/archive/refs/tags/%ver.tar.gz
BuildRequires: nodejs-npm nodejs-packaging
%description
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("Boof2015/astra"));
rpm.global("ver", gh("Boof2015/astra"));
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 1.0.1387
Version: 1.0.1388
Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-canary
Version: 1.0.1387
Version: 1.0.1388
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers
URL: discord.com
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate mise
Name: rust-mise
Version: 2026.6.15
Version: 2026.7.0
Release: 1%{?dist}
Summary: Front-end to your dev env
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "hyprlock.spec"
}
labels {
updbranch = 1
}
}
@@ -1 +1 @@
rpm.version(gh("adobe-fonts/source-han-serif"));
rpm.global("ver", gh("adobe-fonts/source-han-serif"));
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("google/breakpad"));
rpm.version(gh_tag("google/breakpad"));
+1 -1
View File
@@ -84,7 +84,7 @@
Name: %{srcname}
Summary: Mesa graphics libraries
%global ver 26.1.3
%global ver 26.1.4
Epoch: 1
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
+1 -1
View File
@@ -1,2 +1,2 @@
let v = find(`mesa-([\d.]+).tar.xz`, get("https://archive.mesa3d.org/?C=D;O=D"), 1);
rpm.version(v);
rpm.global("ver", v);
+1
View File
@@ -5,5 +5,6 @@ project pkg {
}
labels {
mock = 1
updbranch = 1
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
Name: bup
Version: 0.33.9
Release: 1%?dist
Version: 0.33.10
Release: 1%{?dist}
Summary: Efficient backup system based on the git packfile format
License: LGPL-2.0-only
URL: https://bup.github.io
+3 -1
View File
@@ -1 +1,3 @@
rpm.version(gh("bup/bup"));
let v = gh_tag("bup/bup");
v.crop(4);
rpm.version(v);
+1 -1
View File
@@ -1,5 +1,5 @@
Name: kew
Version: 4.1.4
Version: 4.1.6
Release: 1%{?dist}
Summary: Music for the Shell
URL: https://codeberg.org/ravachol/kew
+1 -1
View File
@@ -1,5 +1,5 @@
%global commit 0b7f1f1f6586dc65ff480f3cda5c2170a70aa020
%global commit_date 20260310
%global commit_date 20260702
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 1.0
+3 -1
View File
@@ -1,4 +1,6 @@
rpm.global("ver", gh("albfan/miraclecast"));
let ver = gh_tag("albfan/miraclecast");
ver.crop(1);
rpm.global("ver", ver);
rpm.global("commit", gh_commit("albfan/miraclecast"));
if rpm.changed() {
+1 -1
View File
@@ -1,5 +1,5 @@
let v = gh("stakira/OpenUtau");
let url = `OpenUtau-linux-x64.tar.gz`
let url = `OpenUtau-linux-x64.tar.gz`;
if get(`https://github.com/stakira/OpenUtau/releases/expanded_assets/${v}`).contains(url) {
rpm.global("ver", v);
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("WeirdTreeThing/croskbd"));
rpm.version(gh_tag("WeirdTreeThing/croskbd"));
@@ -1,5 +1,5 @@
Name: virtualsmartcard
Version: 0.10
Version: 0.10
Release: 2%?dist
Summary: Smart card emulator and driver for networked smart card reader/emulator
URL: https://frankmorgner.github.io/vsmartcard/index.html