summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKawaiDesu2020-08-17 23:37:08 +0300
committerKawaiDesu2020-08-17 23:37:08 +0300
commit5cedce1b63377f7892c77447cfdf57601ad9fbf4 (patch)
treec5c5276c5b478828f075913cb0107cfda17a3813
parent6f641df0f016d672944daa64049f67bbf02d72bc (diff)
downloadaur-5cedce1b63377f7892c77447cfdf57601ad9fbf4.tar.gz
Bump to 1.39.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f9515e30feb..569ffa718e26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-unit
pkgdesc = Lightweight, dynamic, open-source server for diverse web applications.
- pkgver = 1.17.0
+ pkgver = 1.19.0
pkgrel = 2
url = https://unit.nginx.org/
arch = i686
@@ -13,9 +13,9 @@ pkgbase = nginx-unit
makedepends = ruby
makedepends = perl
makedepends = npm
- source = https://unit.nginx.org/download/unit-1.17.0.tar.gz
+ source = https://unit.nginx.org/download/unit-1.19.0.tar.gz
source = unit.service
- sha256sums = 3f7e7c0b3cdd715bb5c0e010231a2987c56fbeadf23c7147632bc76be3cf0378
+ sha256sums = 8cb849420221932685689708235efbfef2024656f856b72887ae9ff1cf75f98b
sha256sums = 8c9b2f732d6e50aa747aa7703303e5fff69f5abc6f5fc1741b774b422e029606
pkgname = nginx-unitd
diff --git a/PKGBUILD b/PKGBUILD
index e39ca3298261..9992ace086a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgname=('nginx-unitd'
'nginx-unit-nodejs'
'nginx-unit-go')
_shortname='unit'
-pkgver=1.17.0
+pkgver=1.19.0
pkgrel=2
pkgdesc="Lightweight, dynamic, open-source server for diverse web applications."
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ url="https://unit.nginx.org/"
license=('Apache')
source=("https://unit.nginx.org/download/unit-$pkgver.tar.gz"
'unit.service')
-sha256sums=('3f7e7c0b3cdd715bb5c0e010231a2987c56fbeadf23c7147632bc76be3cf0378'
+sha256sums=('8cb849420221932685689708235efbfef2024656f856b72887ae9ff1cf75f98b'
'8c9b2f732d6e50aa747aa7703303e5fff69f5abc6f5fc1741b774b422e029606')
makedepends=('php-embed' 'python' 'python2' 'go' 'ruby' 'perl' 'npm')