Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / erlang-nox
Commits: 7b9706e5 by Antonio Rojas at 2025-01-25T00:16:19+01:00 upgpkg: 27.2.1-1: Update to 27.2.1 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = erlang-nox pkgdesc = General-purpose concurrent functional programming language (headless version) - pkgver = 27.1.3 + pkgver = 27.2.1 pkgrel = 1 url = https://erlang.org/ arch = x86_64 @@ -17,12 +17,12 @@ pkgbase = erlang-nox optdepends = lksctp-tools: for SCTP support conflicts = erlang options = staticlibs - source = git+https://github.com/erlang/otp#tag=OTP-27.1.3 + source = git+https://github.com/erlang/otp#tag=OTP-27.2.1 source = https://github.com/erlang/otp/releases/download/OTP-27.0/otp_doc_man_27.0.tar.gz source = epmd.conf source = epmd.service source = epmd.socket - b2sums = 9e230d7ec2a13523e6d9aa38e46efb75d1c2e67de51ce1960fe3a88a9cc0704dcef623e9f8d0d9a10c9d816f9d57e752a5805371a7d6aa0cee4d5f45ddda21b5 + b2sums = cd4adfc17a9253b988a3add4017c384c8c2474b24711ef67e120aea130652fe6a00c7ba55dc580a6d47c5199f6170a3ba72392e98d1a8dad5d7197789ac01106 b2sums = b55614bc3c795813eb2d73dc990f740efc8408a3639d98569adb9718ee140eb04ac2289ca3cd764d2610ac2138dfd6173b50bcae58b3971b51f4819cc33420e3 b2sums = 1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87 b2sums = 1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,5 @@ +[erlang-nox] +source = "git" +git = "https://github.com/erlang/otp" +prefix = "OTP-" +include_regex = '^OTP-[\d\.]+$' ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Ricardo Catalinas Jiménez <jimenezr...@gmail.com> pkgname=erlang-nox -pkgver=27.1.3 +pkgver=27.2.1 _docver=27.0 pkgrel=1 arch=(x86_64) @@ -25,7 +25,7 @@ source=("git+https://github.com/erlang/otp#tag=OTP-$pkgver" epmd.conf epmd.service epmd.socket) -b2sums=('9e230d7ec2a13523e6d9aa38e46efb75d1c2e67de51ce1960fe3a88a9cc0704dcef623e9f8d0d9a10c9d816f9d57e752a5805371a7d6aa0cee4d5f45ddda21b5' +b2sums=('cd4adfc17a9253b988a3add4017c384c8c2474b24711ef67e120aea130652fe6a00c7ba55dc580a6d47c5199f6170a3ba72392e98d1a8dad5d7197789ac01106' 'b55614bc3c795813eb2d73dc990f740efc8408a3639d98569adb9718ee140eb04ac2289ca3cd764d2610ac2138dfd6173b50bcae58b3971b51f4819cc33420e3' '1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87' '1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/erlang-nox/-/commit/7b9706e532270d0817f33809461a964c4f720378 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/erlang-nox/-/commit/7b9706e532270d0817f33809461a964c4f720378 You're receiving this email because of your account on gitlab.archlinux.org.