Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
ejabberd
Commits:
47ca12a6 by Sergej Pupykin at 2024-12-23T02:38:54+03:00
upgpkg: 24.12-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ejabberd
pkgdesc = Jabber server written in Erlang
- pkgver = 24.10
+ pkgver = 24.12
pkgrel = 1
url = https://www.ejabberd.im/
arch = x86_64
@@ -28,11 +28,12 @@ pkgbase = ejabberd
backup = etc/ejabberd/ejabberd.yml
backup = etc/ejabberd/ejabberdctl.cfg
backup = etc/logrotate.d/ejabberd
- source =
ejabberd-24.10.tar.gz::https://github.com/processone/ejabberd/archive/24.10.tar.gz
+ source =
ejabberd-24.12.tar.gz::https://github.com/processone/ejabberd/archive/24.12.tar.gz
source = erlang-idna::git+https://github.com/benoitc/erlang-idna
source = jiffy::git+https://github.com/davisp/jiffy
source = base64url::git+https://github.com/dvv/base64url
source = lager::git+https://github.com/erlang-lager/lager
+ source = eredis::git+https://github.com/Nordix/eredis/
source = erlang-jose::git+https://github.com/potatosalad/erlang-jose
source = cache_tab::git+https://github.com/processone/cache_tab
source = eimp::git+https://github.com/processone/eimp
@@ -56,10 +57,9 @@ pkgbase = ejabberd
source = xmpp::git+https://github.com/processone/xmpp
source = yconf::git+https://github.com/processone/yconf
source = luerl::git+https://github.com/rvirding/luerl
- source = eredis::git+https://github.com/wooga/eredis
source = ejabberd.logrotate
source = sysuser.conf
- sha256sums =
e260de76fc75354cd302caf2281e5114fdd1120d4fa2f4d24ddb1785dc43e343
+ sha256sums =
22b15ab9be8f0ac4b7a5a7a48cd59c282c87f17b038017b960c15cfd314689f2
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Alexander Rødseth <[email protected]>
pkgname=ejabberd
-pkgver=24.10
+pkgver=24.12
pkgrel=1
pkgdesc="Jabber server written in Erlang"
arch=('x86_64')
@@ -23,6 +23,7 @@
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive
"jiffy::git+https://github.com/davisp/jiffy"
"base64url::git+https://github.com/dvv/base64url"
"lager::git+https://github.com/erlang-lager/lager"
+ "eredis::git+https://github.com/Nordix/eredis/"
"erlang-jose::git+https://github.com/potatosalad/erlang-jose"
"cache_tab::git+https://github.com/processone/cache_tab"
"eimp::git+https://github.com/processone/eimp"
@@ -46,10 +47,9 @@
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive
"xmpp::git+https://github.com/processone/xmpp"
"yconf::git+https://github.com/processone/yconf"
"luerl::git+https://github.com/rvirding/luerl"
- "eredis::git+https://github.com/wooga/eredis"
"$pkgname.logrotate"
"sysuser.conf")
-sha256sums=('e260de76fc75354cd302caf2281e5114fdd1120d4fa2f4d24ddb1785dc43e343'
+sha256sums=('22b15ab9be8f0ac4b7a5a7a48cd59c282c87f17b038017b960c15cfd314689f2'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ejabberd/-/commit/47ca12a618b2be53b3b97573262fe63e3bdd8493
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ejabberd/-/commit/47ca12a618b2be53b3b97573262fe63e3bdd8493
You're receiving this email because of your account on gitlab.archlinux.org.