summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2024-03-18 17:44:22 -0500
committerKyle Manna2024-03-18 17:44:22 -0500
commitbf09ae7702490f2efc0a3632c23cb1527cec81af (patch)
tree9bc69e16acc718c325ad2158e3adb8c93a372f81
parentc16e57852c7c1ab02fbf7e8682ee638bbfbd71ae (diff)
downloadaur-linuxptp.tar.gz
release: linuxptp 4.2
* Follow upstream.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1dc03e5e5f5..94c131388407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = linuxptp
pkgdesc = An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.
- pkgver = 4.1
+ pkgver = 4.2
pkgrel = 1
url = http://linuxptp.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
depends = glibc
- source = linuxptp-4.1.tgz::https://sourceforge.net/projects/linuxptp/files/v4.1/linuxptp-4.1.tgz/download
- sha256sums = e1743d44f8208897e30895da3579e670ff919b914feb4b5a949f3e421ddde535
+ source = linuxptp-4.2.tgz::https://sourceforge.net/projects/linuxptp/files/v4.2/linuxptp-4.2.tgz/download
+ sha256sums = 70e38e5d2764e0217443da6f14e8846fe401a472293ac138d8419c07a665447a
pkgname = linuxptp
diff --git a/PKGBUILD b/PKGBUILD
index a16055e43cde..3c72ee861315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Fixes: Brian Bidulock <bidulock at openss7 dot org>
pkgname=linuxptp
-pkgver=4.1
+pkgver=4.2
pkgrel=1
pkgdesc='An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('glibc')
makedepends=()
source=("${pkgname}-${pkgver}.tgz::https://sourceforge.net/projects/${pkgname}/files/v${pkgver}/${pkgname}-${pkgver}.tgz/download")
-sha256sums=('e1743d44f8208897e30895da3579e670ff919b914feb4b5a949f3e421ddde535')
+sha256sums=('70e38e5d2764e0217443da6f14e8846fe401a472293ac138d8419c07a665447a')
build() {
cd ${pkgname}-${pkgver}