summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Voropaev2018-03-29 20:13:27 +0300
committerRoman Voropaev2018-03-29 20:13:27 +0300
commit9b6d1f24a4140c12bf11518c62443bb54fe00d01 (patch)
tree1f6f28bfe62cff56596db79016a91a0c0d7fe0e7
parentb5a4f3f519ee580a0bc7ddee53aae58ea725333d (diff)
downloadaur-9b6d1f24a4140c12bf11518c62443bb54fe00d01.tar.gz
Update to v0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b0b8b36b772..aa584bca4296 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-unit
pkgdesc = Dynamic web application server, designed to run applications in multiple languages.
- pkgver = 0.4
+ pkgver = 0.7
pkgrel = 2
url = http://unit.nginx.org/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = nginx-unit
makedepends = php-embed
makedepends = python
makedepends = go
- source = nginx-unit-0.4.tar.gz::https://hg.nginx.org/unit/archive/0.4.tar.gz
- md5sums = 11555971d26ea16723516485670543ee
+ source = nginx-unit-0.7.tar.gz::https://hg.nginx.org/unit/archive/0.7.tar.gz
+ md5sums = 52ab9f68bb2c4bccc393e2365d02c630
pkgname = nginx-unitd
diff --git a/PKGBUILD b/PKGBUILD
index 91108515ca69..c1cbb4c7888a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgbase='nginx-unit'
pkgname=('nginx-unitd' 'nginx-unit-python' 'nginx-unit-php' 'nginx-unit-go')
_shortname='unit'
-pkgver=0.4
+pkgver=0.7
pkgrel=2
pkgdesc="Dynamic web application server, designed to run applications in multiple languages."
arch=('i686' 'x86_64')
url="http://unit.nginx.org/"
license=('Apache-2.0')
source=($pkgbase-$pkgver.tar.gz::"https://hg.nginx.org/$_shortname/archive/$pkgver.tar.gz")
-md5sums=("11555971d26ea16723516485670543ee")
+md5sums=("52ab9f68bb2c4bccc393e2365d02c630")
makedepends=('php-embed' 'python' 'go')
build() {