Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libdnet
Commits:
f4cf5008 by Christian Hesse at 2023-10-13T17:38:15+02:00
upgpkg: 1.17.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.16.4
+ pkgver = 1.17.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.16.4.tar.gz
- sha256sums =
7df1f0a3db9cf03b48cf50ab273fd6a20c1be99eb9344b9663fe3fd9ed9dab65
+ source = https://github.com/ofalk/libdnet/archive/libdnet-1.17.0.tar.gz
+ sha256sums =
6be1ed0763151ede4c9665a403f1c9d974b2ffab2eacdb26b22078e461aae1dc
pkgname = libdnet
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: James Fryman <[email protected]>
pkgname=libdnet
-pkgver=1.16.4
+pkgver=1.17.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=('7df1f0a3db9cf03b48cf50ab273fd6a20c1be99eb9344b9663fe3fd9ed9dab65')
+sha256sums=('6be1ed0763151ede4c9665a403f1c9d974b2ffab2eacdb26b22078e461aae1dc')
prepare() {
cd "$srcdir"/$pkgname-$pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdnet/-/commit/f4cf5008eb16ff0ce4687863e4e2e08931a4e952
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdnet/-/commit/f4cf5008eb16ff0ce4687863e4e2e08931a4e952
You're receiving this email because of your account on gitlab.archlinux.org.