summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2015-12-04 16:34:34 +0100
committerJohannes Schleifenbaum2015-12-04 16:34:34 +0100
commite1cdc8dc2125e159bb648a2f5f6c07be3c135fd4 (patch)
tree6c9a772773085a5f8e936d4c52c8545d3de09df7
parent59cdb5804855bf77962df68786480f207aea621b (diff)
downloadaur-e1cdc8dc2125e159bb648a2f5f6c07be3c135fd4.tar.gz
Version 0.1.0.alpha3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 215f77e5fedc..621a74c34e45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = php-deprecation-detector
pkgdesc = static code analyzer for your project's source code to find usages of deprecated methods, classes and interfaces
- pkgver = 0.1.0.alpha2
+ pkgver = 0.1.0.alpha3
pkgrel = 2
url = https://github.com/sensiolabs-de/deprecation-detector
arch = any
license = MIT
depends = php>=5.3.9
- source = deprecation-detector-0.1.0-alpha2.phar::https://github.com/sensiolabs-de/deprecation-detector/releases/download/0.1.0-alpha2/deprecation-detector.phar
- source = https://raw.github.com/sensiolabs-de/deprecation-detector/0.1.0-alpha2/LICENSE
- sha256sums = f6943b698f30eaeb37a7903801d84454a404a6fe4cb4493e936a14dc8c7960db
+ source = deprecation-detector-0.1.0-alpha3.phar::https://github.com/sensiolabs-de/deprecation-detector/releases/download/0.1.0-alpha3/deprecation-detector.phar
+ source = https://raw.github.com/sensiolabs-de/deprecation-detector/0.1.0-alpha3/LICENSE
+ sha256sums = 2b60aa93145547ce483117af0482c28591b7829e4fe2cadee303ee552dc2a682
sha256sums = SKIP
pkgname = php-deprecation-detector
diff --git a/PKGBUILD b/PKGBUILD
index 39fe0a22b8f4..c4f9369b3319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
_basename="deprecation-detector"
-_tag="0.1.0-alpha2"
+_tag="0.1.0-alpha3"
pkgname="php-${_basename}"
pkgver=${_tag/\-/\.}
pkgrel=2
@@ -16,7 +16,7 @@ source=(
"https://raw.github.com/sensiolabs-de/deprecation-detector/${_tag}/LICENSE"
)
sha256sums=(
- "f6943b698f30eaeb37a7903801d84454a404a6fe4cb4493e936a14dc8c7960db"
+ "2b60aa93145547ce483117af0482c28591b7829e4fe2cadee303ee552dc2a682"
"SKIP"
)