summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-10-23 09:52:36 +0200
committerStefan Auditor2015-10-23 09:52:36 +0200
commit6df79e1671233b77f0bc24f20216e98e1711a689 (patch)
tree21494480ad2d0911387b79645caf81e65ebaaa35
parentccc978f55fed118933b62e96753b97f6aa05b7cc (diff)
downloadaur-6df79e1671233b77f0bc24f20216e98e1711a689.tar.gz
Update to upstream release 2.1.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fbd0ac6b45a..a07d06fa24e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = phploc
pkgdesc = A tool for quickly measuring the size of a PHP project
- pkgver = 2.1.4
+ pkgver = 2.1.5
pkgrel = 1
url = https://github.com/sebastianbergmann/phploc
install = phploc.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phploc-2.1.4.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phploc/2.1.4/LICENSE
+ source = https://phar.phpunit.de/phploc-2.1.5.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phploc/2.1.5/LICENSE
source = phploc.install
- sha512sums = da082dd6bc3886cd615c876b68117e9cf5d2f1319a61ef84d76b4cb4def2a1e362f366d77a901241cd0dcb8bf8dae4a25ed76b6ee757228606e80e2913307336
+ sha512sums = 99f5fe35a78b6a333fda0d38779ece0d3cb83fa9e3f858869d8c1047beb076042cbe246b52d8c46978ab24027fbe585bb1d60a8b07fae555939108f03ac30123
sha512sums = 380f398cc2c10a9e76d39a8f1ce60e367e39a1b3ac4bedab2d6aae7d964d11554cf40fcad3362f80fa4f43aa255f3fb990eece094d016e0167ebd75ae6d0d277
sha512sums = 5144d60d89677bda0dfef947b9a89428393d7cdba926b1b1a790223637d42c2558fb768039b2f00dcf1226eba89f5679902670f07be2add85fa9a0b5fd320538
diff --git a/PKGBUILD b/PKGBUILD
index e2556a86bbf7..55447c0ecd5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
# Contributor: Joris Steyn <jorissteyn@gmail.com>
pkgname=phploc
-pkgver=2.1.4
+pkgver=2.1.5
pkgrel=1
pkgdesc="A tool for quickly measuring the size of a PHP project"
url="https://github.com/sebastianbergmann/phploc"
@@ -12,7 +12,7 @@ install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE"
"${pkgname}.install")
-sha512sums=('da082dd6bc3886cd615c876b68117e9cf5d2f1319a61ef84d76b4cb4def2a1e362f366d77a901241cd0dcb8bf8dae4a25ed76b6ee757228606e80e2913307336'
+sha512sums=('99f5fe35a78b6a333fda0d38779ece0d3cb83fa9e3f858869d8c1047beb076042cbe246b52d8c46978ab24027fbe585bb1d60a8b07fae555939108f03ac30123'
'380f398cc2c10a9e76d39a8f1ce60e367e39a1b3ac4bedab2d6aae7d964d11554cf40fcad3362f80fa4f43aa255f3fb990eece094d016e0167ebd75ae6d0d277'
'5144d60d89677bda0dfef947b9a89428393d7cdba926b1b1a790223637d42c2558fb768039b2f00dcf1226eba89f5679902670f07be2add85fa9a0b5fd320538')