summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanspeter Portner2018-05-15 20:56:19 +0200
committerHanspeter Portner2018-05-15 20:56:19 +0200
commit8b98a6c261d6de1f905c3c20450135c0fcf68038 (patch)
treeae1d28404888e17c4f891b649fe9f1815e86214b
parent7c625cf3df96edf9c5d238119ae68968e8b95bbc (diff)
downloadaur-8b98a6c261d6de1f905c3c20450135c0fcf68038.tar.gz
update to version 1.9.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cdb5287c35c..d13dab5070c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = linuxptp
pkgdesc = An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.
- pkgver = 1.8
+ pkgver = 1.9.2
pkgrel = 1
url = http://linuxptp.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
depends = glibc
- source = https://sourceforge.net/projects/linuxptp/files/linuxptp-1.8.tgz/download
- md5sums = 5688cdfe57932273e1dbf35b3b97b9a0
+ source = https://sourceforge.net/projects/linuxptp/files/linuxptp-1.9.2.tgz/download
+ md5sums = 7c6672c59b888fa92ffd31398221b243
pkgname = linuxptp
diff --git a/PKGBUILD b/PKGBUILD
index 1d42686eeac2..266014ed4f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Fixes: Brian Bidulock <bidulock at openss7 dot org>
pkgname=linuxptp
-pkgver=1.8
+pkgver=1.9.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=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tgz/download")
-md5sums=('5688cdfe57932273e1dbf35b3b97b9a0')
+md5sums=('7c6672c59b888fa92ffd31398221b243')
build() {
cd ${pkgname}-${pkgver}