From 582b4f0a98d1a14b1c28d90c5e113cad58977939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sat, 16 Aug 2025 12:40:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=B0=D1=82=20=D0=BA=20?= =?UTF-8?q?=D0=BA=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D1=8B=D0=BC=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=D0=BC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/update.yml | 44 ------------------------------------- .gitignore | 6 +++-- alr-repo.toml | 4 +++- logseq-desktop/alr.sh | 2 +- upscayl-bin/alr.sh | 2 +- veyon/alr.sh | 2 +- 6 files changed, 10 insertions(+), 50 deletions(-) delete mode 100644 .gitea/workflows/update.yml diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml deleted file mode 100644 index 279f062..0000000 --- a/.gitea/workflows/update.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: Update packages - -on: - schedule: - - cron: '0 0 * * *' - workflow_dispatch: - -jobs: - update-specs: - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v4 - - name: Install alr-spec deps - run: | - apt-get update && apt-get install -y python3-nvchecker shfmt - - name: Install alr-spec - run: | - curl -L -o /bin/alr-spec https://altlinux.space/aides-community/alr-utils/releases/download/v0.0.4/alr-spec-linux-amd64 - chmod +x /bin/alr-spec - - name: Update - run: | - set -e - PACKAGES=( - "discord-bin" - "firefox-bin" - "telegram-desktop-bin" - ) - for pkg in "${PACKAGES[@]}" - do - echo "Updating $pkg" - alr-spec update-package --keep-skip-checksums "./$pkg" - done - - name: Commit and push if changes - run: | - git config user.name "gitea" - git config user.email "admin@plemya-x.ru" - if [ -n "$(git status --porcelain)" ]; then - git add . - git commit -m "Automatic package updates" - git push - else - echo "No changes to commit." - fi diff --git a/.gitignore b/.gitignore index bad9f09..b156367 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .directory -.idea -.gigaide \ No newline at end of file +.idea/ +.gigaide/ +.claude/ +CLAUDE.md \ No newline at end of file diff --git a/alr-repo.toml b/alr-repo.toml index 4ec1c65..d2beeea 100644 --- a/alr-repo.toml +++ b/alr-repo.toml @@ -1,2 +1,4 @@ [repo] -minVersion = "v0.0.14" +minVersion = "v0.0.25" +url = "https://gitea.plemya-x.ru/Plemya-x/alr-repo.git" +ref = "master" diff --git a/logseq-desktop/alr.sh b/logseq-desktop/alr.sh index 0be766d..f070dc7 100644 --- a/logseq-desktop/alr.sh +++ b/logseq-desktop/alr.sh @@ -1,5 +1,5 @@ name='logseq-desktop' -version='0.0.1' +version='0.10.13' release='1' desc='A privacy-first, open-source platform for knowledge management and collaboration' homepage='https://logseq.com/' diff --git a/upscayl-bin/alr.sh b/upscayl-bin/alr.sh index c407990..8c5106b 100644 --- a/upscayl-bin/alr.sh +++ b/upscayl-bin/alr.sh @@ -1,5 +1,5 @@ name='upscayl-bin' -version='2.15.1' +version='2.15.0' release='1' desc='Free and Open Source AI Image Upscaler' homepage='https://github.com/upscayl/upscayl' diff --git a/veyon/alr.sh b/veyon/alr.sh index 5ba249f..24edbc0 100644 --- a/veyon/alr.sh +++ b/veyon/alr.sh @@ -1,5 +1,5 @@ name='veyon' -version='4.99.0' +version='4.9.7' release='1' desc='Cross-platform computer monitoring and classroom management.' homepage='https://veyon.io/'