summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanspeter Portner2016-11-06 21:40:54 +0100
committerHanspeter Portner2016-11-06 21:40:54 +0100
commit7c625cf3df96edf9c5d238119ae68968e8b95bbc (patch)
tree01bd7c9fd354864951545e41f6d4f1c7ccb82e94
parent162f98b8760a8a1336641265ccfba2fa7042e685 (diff)
downloadaur-7c625cf3df96edf9c5d238119ae68968e8b95bbc.tar.gz
update to version 1.8.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c701d3e804a..9cdb5287c35c 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.7
+ pkgver = 1.8
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.7.tgz/download
- md5sums = 5360d6b0a150228fa04c0cc6be0a6e23
+ source = https://sourceforge.net/projects/linuxptp/files/linuxptp-1.8.tgz/download
+ md5sums = 5688cdfe57932273e1dbf35b3b97b9a0
pkgname = linuxptp
diff --git a/PKGBUILD b/PKGBUILD
index 35542ee079e8..1d42686eeac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Fixes: Brian Bidulock <bidulock at openss7 dot org>
pkgname=linuxptp
-pkgver=1.7
+pkgver=1.8
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=('5360d6b0a150228fa04c0cc6be0a6e23')
+md5sums=('5688cdfe57932273e1dbf35b3b97b9a0')
build() {
cd ${pkgname}-${pkgver}