From b48ba2436ae67535addf779afaa4caf6ccafa2af Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 3 Oct 2025 21:05:25 +0000 Subject: [PATCH 1/9] =?UTF-8?q?firefox-bin:=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20143.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 0 README.md | 0 firefox-bin/alr.sh | 4 ++-- go-bin/alr.sh | 6 +++--- hlna-git/postinstall.sh | 0 hlna-git/postremove.sh | 0 obsidian-bin/alr.sh | 0 obsidian-bin/obsidian | 0 obsidian-bin/obsidian.desktop | 0 steamcmd/steamcmd | 0 telegram-desktop-bin/alr.sh | 0 telegram-desktop-bin/telegram-desktop-bin.desktop | 0 telegram-desktop-bin/tg.protocol | 0 validate-alr.sh | 0 14 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 hlna-git/postinstall.sh mode change 100755 => 100644 hlna-git/postremove.sh mode change 100755 => 100644 obsidian-bin/alr.sh mode change 100755 => 100644 obsidian-bin/obsidian mode change 100755 => 100644 obsidian-bin/obsidian.desktop mode change 100755 => 100644 steamcmd/steamcmd mode change 100755 => 100644 telegram-desktop-bin/alr.sh mode change 100755 => 100644 telegram-desktop-bin/telegram-desktop-bin.desktop mode change 100755 => 100644 telegram-desktop-bin/tg.protocol mode change 100755 => 100644 validate-alr.sh diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/firefox-bin/alr.sh b/firefox-bin/alr.sh index f783fab..4fc99f6 100644 --- a/firefox-bin/alr.sh +++ b/firefox-bin/alr.sh @@ -1,6 +1,6 @@ name='firefox-bin' -version='143.0.1' -release='2' +version='143.0.4' +release='1' desc='Fast, Private & Safe Web Browser.' desc_ru='Быстрый, конфиденциальный и безопасный веб-браузер.' homepage='https://www.mozilla.org/firefox/' diff --git a/go-bin/alr.sh b/go-bin/alr.sh index e3b179e..fa5d376 100644 --- a/go-bin/alr.sh +++ b/go-bin/alr.sh @@ -1,6 +1,6 @@ name="go-bin" version='1.25.1' -release='3' +release='2' desc="Compiler and tools for the Go programming language" desc_ru="Компилятор и инструменты для языка программирования Go" homepage="https://go.dev/" @@ -38,6 +38,6 @@ package() { } files() { - files-find-lib - files-find "./usr/bin/go" + files-find ./usr/lib/go + files-find-bin } \ No newline at end of file diff --git a/hlna-git/postinstall.sh b/hlna-git/postinstall.sh old mode 100755 new mode 100644 diff --git a/hlna-git/postremove.sh b/hlna-git/postremove.sh old mode 100755 new mode 100644 diff --git a/obsidian-bin/alr.sh b/obsidian-bin/alr.sh old mode 100755 new mode 100644 diff --git a/obsidian-bin/obsidian b/obsidian-bin/obsidian old mode 100755 new mode 100644 diff --git a/obsidian-bin/obsidian.desktop b/obsidian-bin/obsidian.desktop old mode 100755 new mode 100644 diff --git a/steamcmd/steamcmd b/steamcmd/steamcmd old mode 100755 new mode 100644 diff --git a/telegram-desktop-bin/alr.sh b/telegram-desktop-bin/alr.sh old mode 100755 new mode 100644 diff --git a/telegram-desktop-bin/telegram-desktop-bin.desktop b/telegram-desktop-bin/telegram-desktop-bin.desktop old mode 100755 new mode 100644 diff --git a/telegram-desktop-bin/tg.protocol b/telegram-desktop-bin/tg.protocol old mode 100755 new mode 100644 diff --git a/validate-alr.sh b/validate-alr.sh old mode 100755 new mode 100644 From 4aa19ff8614749342c371aaf40eab9e340a22e78 Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 3 Oct 2025 21:05:26 +0000 Subject: [PATCH 2/9] =?UTF-8?q?gpu-screen-recorder-ui:=20=D0=BE=D0=B1?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=201.7.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gpu-screen-recorder-ui/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu-screen-recorder-ui/alr.sh b/gpu-screen-recorder-ui/alr.sh index 6499751..b66690a 100644 --- a/gpu-screen-recorder-ui/alr.sh +++ b/gpu-screen-recorder-ui/alr.sh @@ -1,5 +1,5 @@ name='gpu-screen-recorder-ui' -version='1.7.7' +version='1.7.8' release='1' desc='A fullscreen overlay UI for GPU Screen Recorder in the style of ShadowPlay' desc_ru='Полноэкранный интерфейс наложения для GPU Screen Recorder в стиле ShadowPlay' From 99f0757cca8b645c1de773d1fcc28c81d9e1543e Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 3 Oct 2025 21:05:27 +0000 Subject: [PATCH 3/9] =?UTF-8?q?gpu-screen-recorder:=20=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=205.7.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch2/alr.sh | 6 +++--- electron-bin/alr.sh | 4 ++-- gpu-screen-recorder-notification/alr.sh | 2 +- gpu-screen-recorder/alr.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/catch2/alr.sh b/catch2/alr.sh index b900ede..fdd6b35 100644 --- a/catch2/alr.sh +++ b/catch2/alr.sh @@ -1,6 +1,6 @@ name='catch2' -version='3.10.0' -release='2' +version='3.11.0' +release='1' desc='Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD' desc_ru='Современный header-only тестовый фреймворк на C++ для модульных тестов, TDD и BDD' homepage='https://github.com/catchorg/catch2' @@ -29,7 +29,7 @@ build_deps_rhel=("${build_deps[@]}") build_deps_rosa=("${build_deps[@]}") sources=("git+https://github.com/catchorg/catch2.git#tag=v${version}") -checksums=('SKIP') +checksums=('82fa1cb59dc28bab220935923f7469b997b259eb192fb9355db62da03c2a3137') build() { cd $srcdir/$name diff --git a/electron-bin/alr.sh b/electron-bin/alr.sh index 820a5ad..36633c7 100644 --- a/electron-bin/alr.sh +++ b/electron-bin/alr.sh @@ -1,6 +1,6 @@ name='electron-bin' -version='38.1.2' -release='2' +version='38.2.1' +release='1' desc='Meta package providing the latest available stable Electron build' desc_ru='Мета-пакет, предоставляющий последнюю доступную стабильную сборку Electron' homepage='https://electronjs.org' diff --git a/gpu-screen-recorder-notification/alr.sh b/gpu-screen-recorder-notification/alr.sh index aaa8a53..603c897 100644 --- a/gpu-screen-recorder-notification/alr.sh +++ b/gpu-screen-recorder-notification/alr.sh @@ -1,5 +1,5 @@ name='gpu-screen-recorder-notification' -version='1.0.9' +version='1.1.0' release='1' desc='Notification in the style of ShadowPlay' desc_ru='Уведомления в стиле ShadowPlay' diff --git a/gpu-screen-recorder/alr.sh b/gpu-screen-recorder/alr.sh index cd866c1..cf59566 100644 --- a/gpu-screen-recorder/alr.sh +++ b/gpu-screen-recorder/alr.sh @@ -1,5 +1,5 @@ name='gpu-screen-recorder' -version='5.7.3' +version='5.7.4' release='1' desc='A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux' desc_ru='Экранный рекордер, похожий на ShadowPlay для Linux. Самый быстрый экранный рекордер для Linux' From 4db988a6d2a040bbeac4da8eb5277ab6d8b98c62 Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 3 Oct 2025 21:05:27 +0000 Subject: [PATCH 4/9] =?UTF-8?q?gpu-screen-recorder-notification:=20=D0=BE?= =?UTF-8?q?=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=BE=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shfmt-git/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shfmt-git/alr.sh b/shfmt-git/alr.sh index e0eeb2a..1d60532 100644 --- a/shfmt-git/alr.sh +++ b/shfmt-git/alr.sh @@ -1,5 +1,5 @@ name='shfmt-git' -version='r20250922.e168aaf6' +version='r20250928.18768071' release='1' desc='A shell formatter. Supports POSIX Shell, Bash, and mksh (Git-version)' desc_ru='Форматировщик скриптов оболочки с поддержкой POSIX Shell, Bash и mksh (Git-версия)' From 709fa3857f3247afc7a6e69f271b3335da27d946 Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 3 Oct 2025 21:05:28 +0000 Subject: [PATCH 5/9] =?UTF-8?q?electron-bin:=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D0=B8=2038.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm/alr.sh b/pnpm/alr.sh index 2757ccd..38a13a5 100644 --- a/pnpm/alr.sh +++ b/pnpm/alr.sh @@ -1,5 +1,5 @@ name='pnpm' -version='10.17.1' +version='10.18.0' release='1' desc='Fast, disk space efficient package manager' desc_ru='Быстрый и эффективный по дисковому пространству менеджер пакетов' From f9deb8f805d65d8f7f67b8e9a784aa43e5ba9fb8 Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 3 Oct 2025 21:28:39 +0000 Subject: [PATCH 6/9] =?UTF-8?q?obsidian-bin:=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D0=B8=201.9.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- obsidian-bin/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obsidian-bin/alr.sh b/obsidian-bin/alr.sh index 8edde68..051166f 100644 --- a/obsidian-bin/alr.sh +++ b/obsidian-bin/alr.sh @@ -1,6 +1,6 @@ name='obsidian-bin' -version='1.9.12' -release='2' +version='1.9.14' +release='1' desc='A powerful knowledge base that works on top of a local folder of plain text Markdown files' desc_ru='Мощная база знаний, работающая с локальными Markdown-файлами' homepage='https://obsidian.md/' From 35a069b088dbe8c6077fbe86804fa2831c09f6dc Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 3 Oct 2025 21:33:16 +0000 Subject: [PATCH 7/9] =?UTF-8?q?coolercontrol-bin:=20=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=203.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coolercontrol-bin/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coolercontrol-bin/alr.sh b/coolercontrol-bin/alr.sh index ec8b727..d4c9896 100644 --- a/coolercontrol-bin/alr.sh +++ b/coolercontrol-bin/alr.sh @@ -1,8 +1,8 @@ name='coolercontrol-bin' _pkgname=${name%-bin} _app_id="org.$_pkgname.CoolerControl" -version='2.2.2' -release='2' +version='3.0.0' +release='1' desc='A program to monitor and control your cooling devices' desc_ru='Программа для мониторинга и управления системами охлаждения' homepage='https://gitlab.com/coolercontrol/coolercontrol' From e04f796504e2c9132664125761901582812be301 Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 3 Oct 2025 21:33:18 +0000 Subject: [PATCH 8/9] =?UTF-8?q?coolercontrold-bin:=20=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=203.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coolercontrold-bin/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coolercontrold-bin/alr.sh b/coolercontrold-bin/alr.sh index 2b2200d..0b0c573 100644 --- a/coolercontrold-bin/alr.sh +++ b/coolercontrold-bin/alr.sh @@ -1,8 +1,8 @@ name='coolercontrold-bin' _pkgname=${name%-bin} _app_id="org.$_pkgname.CoolerControl" -version='2.2.2' -release='2' +version='3.0.0' +release='1' desc='A program to monitor and control your cooling devices: daemon' desc_ru='Программа для мониторинга и управления системами охлаждения: демон' homepage='https://gitlab.com/coolercontrol/coolercontrol' From 899bf76bfe632644d0397d855da252d2db04a16c Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 3 Oct 2025 21:44:15 +0000 Subject: [PATCH 9/9] =?UTF-8?q?steamcmd:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B8=2020180105?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- steamcmd/alr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/steamcmd/alr.sh b/steamcmd/alr.sh index c7a75cc..3fa5b95 100644 --- a/steamcmd/alr.sh +++ b/steamcmd/alr.sh @@ -1,6 +1,6 @@ name='steamcmd' -version='1' -release='2' +version='20180105' +release='1' desc='Steam Command Line Tools' desc_ru='Утилиты командной строки Steam' homepage='http://developer.valvesoftware.com/wiki/SteamCMD' @@ -23,7 +23,7 @@ deps_rosa=("${deps_fedora[@]}") deps_alpine=('libgcc') sources=("https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz") -checksums=('SKIP') +checksums=('cebf0046bfd08cf45da6bc094ae47aa39ebf4155e5ede41373b579b8f1071e7c') prepare() { cd "${srcdir}"