summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a85eed9f0f3e..74c26164233b 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 = 2.0
+ pkgver = 3.0
pkgrel = 1
url = http://linuxptp.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
depends = glibc
- source = https://sourceforge.net/projects/linuxptp/files/linuxptp-2.0.tgz/download
- sha256sums = 0a24d9401e87d4af023d201e234d91127d82c350daad93432106284aa9459c7d
+ source = https://sourceforge.net/projects/linuxptp/files/v3.0/linuxptp-3.0.tgz/download
+ sha256sums = d74ceca722c75bfff53c633425f926dd48eb04f4a089451b855155c016d15785
pkgname = linuxptp
diff --git a/PKGBUILD b/PKGBUILD
index 741a655cf9f1..4828a2087639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Fixes: Brian Bidulock <bidulock at openss7 dot org>
pkgname=linuxptp
-pkgver=2.0
+pkgver=3.0
pkgrel=1
pkgdesc='An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux.'
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url='http://linuxptp.sourceforge.net/'
license=('GPL')
depends=('glibc')
makedepends=()
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tgz/download")
-sha256sums=('0a24d9401e87d4af023d201e234d91127d82c350daad93432106284aa9459c7d')
+source=("https://sourceforge.net/projects/${pkgname}/files/v${pkgver}/${pkgname}-${pkgver}.tgz/download")
+sha256sums=('d74ceca722c75bfff53c633425f926dd48eb04f4a089451b855155c016d15785')
build() {
cd ${pkgname}-${pkgver}