diff options
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | go/Staplerfile | 2 | ||||
| -rw-r--r-- | hugo/Staplerfile | 6 | ||||
| -rw-r--r-- | nvim/Staplerfile | 10 | ||||
| -rw-r--r-- | protoc/Staplerfile | 2 | ||||
| -rw-r--r-- | stapler-repo.toml | 2 |
6 files changed, 15 insertions, 19 deletions
@@ -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 <i@neonxp.ru>" 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 <i@neonxp.ru>" 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 }}" |
