summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2020-11-21 15:30:52 +0100
committermax2020-11-21 15:30:52 +0100
commit788bd4a3a23e096ed7524e4cf258ddd949d376db (patch)
tree1ef0cb885c6a925da3b197c92496ad92a29563dc
parentf816ff80ef034f592020a587bf8354a7b126c7a5 (diff)
downloadaur-788bd4a3a23e096ed7524e4cf258ddd949d376db.tar.gz
Use sha256sums to verfiy phpunit.phar validity since they are published upstream
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c561275eeae..5f031b0f9ad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,9 @@ depends=("php>=7.0.0")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"LICENSE-${pkgver}::https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha512sums=('0a3b9c4d234a39713dd99614f0c13e3739f44efb4280b8f90808e6158aeb22c1fce0d794bac81aaf8abf0e2ec631971f21ac5ad293f38a50889e0a36c7720ed3'
+sha256sums=('208bd799e935bf6690b103f4e3765f2200b486e8ccc4756f4818d2547a6b326e'
+ 'SKIP')
+sha512sums=('SKIP'
'8e9e4a876a6b08ad44a60599ad23b3fad5b827925121f2daa427c4a682c6dd2b535151f3cf4f866231722bfb09866f1559fc3e82757a4e64405393ef7e0382cc')
package() {