summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b71c9d939bc5..ba78207b7ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpmd"
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc="Takes a given PHP source code base and look for several potential problems within that source."
url="http://phpmd.org/"
@@ -10,12 +10,12 @@ license=("BSD")
arch=("any")
depends=("php>=5.3.0")
source=(
- "${pkgname}-${pkgver}.phar::http://static.phpmd.org/php/${pkgver}/${pkgname}.phar"
+ "${pkgname}-${pkgver}.phar::https://static.phpmd.org/php/${pkgver}/${pkgname}.phar"
"LICENSE"
)
install="${pkgname}.install"
sha256sums=(
- "b6a813de07257f992fb69df979d7b5adec53ad15aaa8ca88a5c7aa98130f7538"
+ "3d068f78fee181406679bb27db79f866e9d97cda2978a055e8a83defdb1fc02c"
"faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b"
)