summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanspeter Portner2016-07-21 20:59:09 +0200
committerHanspeter Portner2016-07-21 20:59:09 +0200
commit162f98b8760a8a1336641265ccfba2fa7042e685 (patch)
treea4269f67b4295c402092f05063217272166d3148
parentdc0aef679b9ce2c23fabf39467e1bc014b6ded38 (diff)
downloadaur-162f98b8760a8a1336641265ccfba2fa7042e685.tar.gz
update to version 1.7.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f4613aebd8..3c701d3e804a 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.6
+ pkgver = 1.7
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.6.tgz/download
- md5sums = 6aa15d83f5a35f1fd076ba9adc4e7285
+ source = https://sourceforge.net/projects/linuxptp/files/linuxptp-1.7.tgz/download
+ md5sums = 5360d6b0a150228fa04c0cc6be0a6e23
pkgname = linuxptp
diff --git a/PKGBUILD b/PKGBUILD
index 9551e49e5d84..35542ee079e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Fixes: Brian Bidulock <bidulock at openss7 dot org>
pkgname=linuxptp
-pkgver=1.6
+pkgver=1.7
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=('6aa15d83f5a35f1fd076ba9adc4e7285')
+md5sums=('5360d6b0a150228fa04c0cc6be0a6e23')
build() {
cd ${pkgname}-${pkgver}