Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
erlang-nox
Commits:
065689aa by Alexander F. Rødseth at 2023-12-16T18:48:52+01:00
upgpkg: 26.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = erlang-nox
pkgdesc = General-purpose concurrent functional programming language
(headless version)
- pkgver = 26.1.2
- pkgrel = 2
+ pkgver = 26.2
+ pkgrel = 1
url = https://erlang.org/
arch = x86_64
license = Apache
@@ -22,7 +22,7 @@ pkgbase = erlang-nox
source = epmd.service
source = epmd.socket
source = https://erlang.org//download/otp_doc_man_26.1.tar.gz
- source =
git+https://github.com/erlang/otp#commit=c41d424db42ba84b72f3e25167470c3555723d87
+ source =
git+https://github.com/erlang/otp#commit=7fc0898502cb3370b7c6d523a7393cd101808493
b2sums =
1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87
b2sums =
1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f
b2sums =
c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553
=====================================
PKGBUILD
=====================================
@@ -6,11 +6,13 @@
# Contributor: Ricardo Catalinas Jiménez <[email protected]>
pkgname=erlang-nox
-pkgver=26.1.2
-pkgrel=2
+pkgver=26.2
+pkgrel=1
_docver=26.1
-pkgdesc='General-purpose concurrent functional programming language (headless
version)'
+# https://github.com/erlang/otp/tags
+_commit=7fc0898502cb3370b7c6d523a7393cd101808493 # OTP-26.2
arch=(x86_64)
+pkgdesc='General-purpose concurrent functional programming language (headless
version)'
url='https://erlang.org/'
license=(Apache)
depends=(ncurses openssl)
@@ -24,7 +26,7 @@ source=(epmd.conf
epmd.service
epmd.socket
"$url/download/otp_doc_man_$_docver.tar.gz"
-
"git+https://github.com/erlang/otp#commit=c41d424db42ba84b72f3e25167470c3555723d87")
# tag: OTP-26.1.2
+ "git+https://github.com/erlang/otp#commit=$_commit")
b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
'1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/erlang-nox/-/commit/065689aa6ea3161d87e5d05e128f95acc15225be
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/erlang-nox/-/commit/065689aa6ea3161d87e5d05e128f95acc15225be
You're receiving this email because of your account on gitlab.archlinux.org.