Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libdnet
Commits:
f3e042b2 by Christian Hesse at 2024-03-08T20:19:00+01:00
upgpkg: 1.18.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = libdnet
pkgdesc = A simplified, portable interface to several low-level
networking routines
- pkgver = 1.17.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://github.com/ofalk/libdnet
arch = x86_64
license = BSD
checkdepends = check
- source = https://github.com/ofalk/libdnet/archive/libdnet-1.17.0.tar.gz
- sha256sums =
6be1ed0763151ede4c9665a403f1c9d974b2ffab2eacdb26b22078e461aae1dc
+ source = https://github.com/ofalk/libdnet/archive/libdnet-1.18.0.tar.gz
+ sha256sums =
a4a82275c7d83b85b1daac6ebac9461352731922161f1dcdcccd46c318f583c9
pkgname = libdnet
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: James Fryman <[email protected]>
pkgname=libdnet
-pkgver=1.17.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='A simplified, portable interface to several low-level networking
routines'
arch=('x86_64')
@@ -10,7 +10,7 @@ checkdepends=('check')
license=('BSD')
url='https://github.com/ofalk/libdnet'
source=("https://github.com/ofalk/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6be1ed0763151ede4c9665a403f1c9d974b2ffab2eacdb26b22078e461aae1dc')
+sha256sums=('a4a82275c7d83b85b1daac6ebac9461352731922161f1dcdcccd46c318f583c9')
prepare() {
cd "$srcdir"/$pkgname-$pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdnet/-/commit/f3e042b2c689a180a190d7d619108ffe38013ccf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdnet/-/commit/f3e042b2c689a180a190d7d619108ffe38013ccf
You're receiving this email because of your account on gitlab.archlinux.org.