mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/erlang to 27.0-1
This commit is contained in:
parent
f000f24294
commit
29859b7676
2 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = erlang
|
||||
pkgver = 26.2.5
|
||||
pkgrel = 2
|
||||
pkgver = 27.0
|
||||
pkgrel = 1
|
||||
url = https://erlang.org
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
|
@ -17,13 +17,13 @@ pkgbase = erlang
|
|||
source = epmd.conf
|
||||
source = epmd.service
|
||||
source = epmd.socket
|
||||
source = https://github.com/erlang/otp/releases/download/OTP-26.2.5/otp_doc_man_26.2.5.tar.gz
|
||||
source = git+https://github.com/erlang/otp#commit=412bff5196fc0ab88a61fe37ca30e5226fc7872d
|
||||
source = https://github.com/erlang/otp/releases/download/OTP-27.0/otp_doc_man_27.0.tar.gz
|
||||
source = git+https://github.com/erlang/otp#commit=601a012837ea0a5c8095bf24223132824177124d
|
||||
b2sums = 1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87
|
||||
b2sums = 1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f
|
||||
b2sums = c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553
|
||||
b2sums = 76b8298821cd0a940715aa6878bb16a8b8699194655dcf019478158881a7447c6754c1c345a1d66147457b85a64338afa32478b7af8b4094062946788b4ece88
|
||||
b2sums = e1ea412389c94d53f749a8d9b7095a191b85b0be930ed5c9b94aaf69cc7d3a62694ada4ea1a502136840777c28f438bd8e717a1e556fa6336140696bf9179716
|
||||
b2sums = b55614bc3c795813eb2d73dc990f740efc8408a3639d98569adb9718ee140eb04ac2289ca3cd764d2610ac2138dfd6173b50bcae58b3971b51f4819cc33420e3
|
||||
b2sums = c6c913b7b75feb2cec23404914bffbf016d8dbb9ec652874250e2aef930d75d62d6b1746beb7238a505e52f3aa98479d486825c41b9b4ac04437066d9e103a1f
|
||||
|
||||
pkgname = erlang
|
||||
pkgdesc = General-purpose concurrent functional programming language developed by Ericsson
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
# - configure with --disable-pgo to fix ARM FTBFS
|
||||
|
||||
pkgname=erlang
|
||||
pkgver=26.2.5
|
||||
pkgrel=2
|
||||
pkgver=27.0
|
||||
pkgrel=1
|
||||
# https://github.com/erlang/otp/tags
|
||||
_commit=412bff5196fc0ab88a61fe37ca30e5226fc7872d # OTP-26.2.5
|
||||
_commit=601a012837ea0a5c8095bf24223132824177124d # OTP-27.0
|
||||
arch=(x86_64)
|
||||
url='https://erlang.org'
|
||||
license=(Apache)
|
||||
|
@ -27,8 +27,8 @@ source=(epmd.conf
|
|||
b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
|
||||
'1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
|
||||
'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'
|
||||
'76b8298821cd0a940715aa6878bb16a8b8699194655dcf019478158881a7447c6754c1c345a1d66147457b85a64338afa32478b7af8b4094062946788b4ece88'
|
||||
'e1ea412389c94d53f749a8d9b7095a191b85b0be930ed5c9b94aaf69cc7d3a62694ada4ea1a502136840777c28f438bd8e717a1e556fa6336140696bf9179716')
|
||||
'b55614bc3c795813eb2d73dc990f740efc8408a3639d98569adb9718ee140eb04ac2289ca3cd764d2610ac2138dfd6173b50bcae58b3971b51f4819cc33420e3'
|
||||
'c6c913b7b75feb2cec23404914bffbf016d8dbb9ec652874250e2aef930d75d62d6b1746beb7238a505e52f3aa98479d486825c41b9b4ac04437066d9e103a1f')
|
||||
|
||||
prepare() {
|
||||
# adjust how LDFLAGS are handled
|
||||
|
|
Loading…
Reference in a new issue