summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63683a5d431f..edf7c02f22b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Sun Feb 5 08:35:47 UTC 2017
pkgbase = phpcpd
pkgdesc = Copy/Paste Detector (CPD) for PHP code.
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/sebastianbergmann/phpcpd
install = phpcpd.install
arch = any
license = BSD
depends = php>=5.6
- source = https://phar.phpunit.de/phpcpd-3.0.0.phar
+ source = https://phar.phpunit.de/phpcpd-3.0.1.phar
source = LICENSE
- sha256sums = bc03385966b4bd1e62d717cb746c347401b995a23f0f2c0c72bf78016bb039d3
+ sha256sums = 47ff2771b952578c4664dec631dc8720bb3f51f707e13ec9a9d52857b7b63c37
sha256sums = a1c3d70730486361b39b935b6e84f67be22ceae5377be4ab1c3e2eee61a487ec
pkgname = phpcpd
diff --git a/PKGBUILD b/PKGBUILD
index d525a5f9f05d..6bc047eafbce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpcpd"
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="Copy/Paste Detector (CPD) for PHP code."
url="https://github.com/sebastianbergmann/phpcpd"
@@ -15,7 +15,7 @@ source=(
)
install="${pkgname}.install"
sha256sums=(
- "bc03385966b4bd1e62d717cb746c347401b995a23f0f2c0c72bf78016bb039d3"
+ "47ff2771b952578c4664dec631dc8720bb3f51f707e13ec9a9d52857b7b63c37"
"a1c3d70730486361b39b935b6e84f67be22ceae5377be4ab1c3e2eee61a487ec"
)