From 03aa77f1926cb25828f484701b354bf7bfcf36f0 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 9 Jul 2026 11:54:52 +0300 Subject: =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BD=D1=8F=D0=BB=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B8=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++-------- go/Staplerfile | 2 +- hugo/Staplerfile | 6 +++--- nvim/Staplerfile | 10 +++++----- protoc/Staplerfile | 2 +- stapler-repo.toml | 2 +- 6 files changed, 15 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 1b2b5e4..4d70608 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,14 @@ Но это должен быть исключительно свободный софт и приоритетно под лицензией семейства GPL. -Для заказа нужного вам пакета - пишите в группу рассылки репозитория: -[mailto:stplr@list.neonxp.ru](mailto:stplr@list.neonxp.ru) - -Для подписки на список рассылки репозитория отправьте любое письмо на адрес -[mailto:stplr+subscribe@list.neonxp.ru](mailto:stplr+subscribe@list.neonxp.ru), -а дальше, следуйте присланной инструкции. +Для заказа нужного вам пакета - пишите на почту: +[mailto:i@neonxp.ru](mailto:i@neonxp.ru) ## Важно! На текущий момент все пакеты собираются из расчёта, что операционная система - -это AltLinux P11. На других AltLinux сборка *скорее всего* тоже получится, но -на других дистрибутивах сборка *точно* не получится! +это AltLinux P11. На других AltLinux сборка _скорее всего_ тоже получится, но +на других дистрибутивах сборка _точно_ не получится! ## Установка репозитория diff --git a/go/Staplerfile b/go/Staplerfile index d0f54aa..4139c84 100644 --- a/go/Staplerfile +++ b/go/Staplerfile @@ -1,5 +1,5 @@ name="go" -version="1.26.4" +version="1.26.5" release=1 summary="Go programming language" desc="Go is an open source programming language that makes it easy to build simple, reliable, and efficient software." diff --git a/hugo/Staplerfile b/hugo/Staplerfile index 437968b..54f84ed 100644 --- a/hugo/Staplerfile +++ b/hugo/Staplerfile @@ -1,5 +1,5 @@ name="hugo" -version="0.155.2" +version="0.164.0" release=1 summary="The world’s fastest framework for building websites." desc="Hugo is a static site generator written in Go, optimized for speed and designed for flexibility. With its advanced templating system and fast asset pipelines, Hugo renders a complete site in seconds, often less." @@ -7,8 +7,8 @@ homepage="https://gohugo.io/" maintainer="Alexander NeonXP Kiryukhin " architectures=("amd64") license="Apache-2.0" -sources=("https://github.com/gohugoio/hugo/archive/refs/tags/v0.155.2.tar.gz?~name=hugo") -checksums=("sha256:69803efca258dce295d8965800657b12c95d5e58d016be7131e39ae36bb97797") +sources=("https://github.com/gohugoio/hugo/archive/refs/tags/v$version.tar.gz?~name=hugo") +checksums=("SKIP") # disable_network=1 provides=('hugo') diff --git a/nvim/Staplerfile b/nvim/Staplerfile index 05ffdab..f636cd0 100644 --- a/nvim/Staplerfile +++ b/nvim/Staplerfile @@ -1,5 +1,5 @@ name="nvim" -version="0.12.1" +version="0.12.4" release=1 summary="Vim-fork focused on extensibility and usability" desc="Neovim is a project that seeks to aggressively refactor Vim in order to: @@ -11,7 +11,7 @@ maintainer="Alexander NeonXP Kiryukhin " architectures=("amd64") license="Apache-2.0" sources=("https://github.com/neovim/neovim/archive/refs/tags/v$version.tar.gz") -checksums=("sha256:41898a5073631bc8fd9ac43476b811c05fb3b88ffb043d4fbb9e75e478457336") +checksums=("sha256:2727da95d2b8b809bc7c71e085452e47dfe1d8aa7cfaa15c68004e23f6f0a6dd") #disable_network=1 # Because nvim downloads tree-sitter packages from shithub provides=('nvim' 'neovim') @@ -48,9 +48,9 @@ build_deps=( 'libtree-sitter-devel' 'unibilium-devel' 'lua5.1' - 'lua5.1-module-bit32' - 'liblua5.1' - 'liblua5.1-devel' + 'lua5.1-module-bit32' + 'liblua5.1' + 'liblua5.1-devel' ) diff --git a/protoc/Staplerfile b/protoc/Staplerfile index db6f561..d72ccae 100644 --- a/protoc/Staplerfile +++ b/protoc/Staplerfile @@ -1,5 +1,5 @@ name="protoc" -version="34.1" +version="35.1" release=1 summary="Protocol Buffers - Google's data interchange format" diff --git a/stapler-repo.toml b/stapler-repo.toml index 7cc7958..e048c1d 100644 --- a/stapler-repo.toml +++ b/stapler-repo.toml @@ -6,4 +6,4 @@ mirrors = [ "https://gitverse.ru/neonxp/stplr-repo.git", "https://github.com/neonxp/stplr-repo", ] -report_url = "mailto:stplr@list.neonxp.ru?subject={{ .BasePackage }}" +report_url = "mailto:i@neonxp.ru?subject={{ .BasePackage }}" -- cgit v1.2.3