Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
libjuice
Commits:
e99d8115 by Sven-Hendrik Haase at 2025-05-08T16:51:49+02:00
upgpkg: 1.6.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = libjuice
pkgdesc = UDP Interactive Connectivity Establishment (ICE) library
- pkgver = 1.5.2
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/paullouisageneau/libjuice
arch = x86_64
license = MPL-2.0
makedepends = cmake
depends = glibc
- source =
libjuice-1.5.2.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.5.2.tar.gz
- sha512sums =
8a7e26daf05219ee2e490052b36be732bad35d570b66e9c08c36e4364ba183a511ea01e4444a8bf94dffd764a3f45f38900f7f4e26a531568b6c3adbd2bd7b53
+ source =
libjuice-1.6.0.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.6.0.tar.gz
+ sha512sums =
1522d348f3f02d2a9dba9bea99d4378085386f1391403647551fecfd5f4698102e68bac478708f871113f00daaab1b7bac77a1661b6a725c3bfa8d29d56b09ff
pkgname = libjuice
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Contributor: Paul-Louis Ageneau <paul-louis at ageneau dot org>
pkgname=libjuice
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=1
pkgdesc="UDP Interactive Connectivity Establishment (ICE) library"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MPL-2.0')
makedepends=('cmake')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('8a7e26daf05219ee2e490052b36be732bad35d570b66e9c08c36e4364ba183a511ea01e4444a8bf94dffd764a3f45f38900f7f4e26a531568b6c3adbd2bd7b53')
+sha512sums=('1522d348f3f02d2a9dba9bea99d4378085386f1391403647551fecfd5f4698102e68bac478708f871113f00daaab1b7bac77a1661b6a725c3bfa8d29d56b09ff')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libjuice/-/commit/e99d81159823736ad083624dd28b505262289340
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libjuice/-/commit/e99d81159823736ad083624dd28b505262289340
You're receiving this email because of your account on gitlab.archlinux.org.