summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-06-13 15:41:25 +0200
committerStefan Auditor2023-06-13 15:41:29 +0200
commit84fcc91e19462807a63916440aedd8d5155f77d8 (patch)
tree2910e93384adffdc542e42516507c36d746df424
parent32d9f1bc5033c7a408c8ba3ff2521f69e13e9d54 (diff)
downloadaur-84fcc91e19462807a63916440aedd8d5155f77d8.tar.gz
Update to upstream version 5.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 124cdfdef7f8..ce9ccfbd59f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcpd
pkgdesc = Copy/Paste Detector (CPD) for PHP code.
- pkgver = 5.0.1
+ pkgver = 5.0.2
pkgrel = 1
url = https://github.com/sebastianbergmann/phpcpd
install = phpcpd.install
arch = any
license = BSD
depends = php>=7.1
- source = https://phar.phpunit.de/phpcpd-5.0.1.phar
+ source = https://phar.phpunit.de/phpcpd-5.0.2.phar
source = LICENSE
- sha256sums = 26c4813a4737adb6406a1314cb34da25dc8dc5c2bb86f672b03515d2f7316296
+ sha256sums = 12e94af9928be2f33fd394d2cc5d96b3925de24d614381d06b3096cc9eeabbcb
sha256sums = a1c3d70730486361b39b935b6e84f67be22ceae5377be4ab1c3e2eee61a487ec
pkgname = phpcpd
diff --git a/PKGBUILD b/PKGBUILD
index babcdc42c555..b9e3ead39136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpcpd"
-pkgver=5.0.1
+pkgver=5.0.2
pkgrel=1
pkgdesc="Copy/Paste Detector (CPD) for PHP code."
url="https://github.com/sebastianbergmann/phpcpd"
@@ -14,7 +14,7 @@ source=(
"LICENSE"
)
install="${pkgname}.install"
-sha256sums=('26c4813a4737adb6406a1314cb34da25dc8dc5c2bb86f672b03515d2f7316296'
+sha256sums=('12e94af9928be2f33fd394d2cc5d96b3925de24d614381d06b3096cc9eeabbcb'
'a1c3d70730486361b39b935b6e84f67be22ceae5377be4ab1c3e2eee61a487ec')
package() {