summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2019-04-23 16:58:45 -0400
committeryoungunix2019-04-23 16:58:45 -0400
commitad18445c13bce5b58870c02693891a7fe47776d7 (patch)
tree0f9c4708570a226625f6703a8780fab5c6c21d52
parentebd6c607533bf8360c4ed6b7239d74982d69eb84 (diff)
downloadaur-ad18445c13bce5b58870c02693891a7fe47776d7.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16bfc297675d..95134f2cdf00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.6.3
+ pkgver = 3.7.0
pkgrel = 1
url = http://vertx.io
arch = any
license = APACHE
depends = java-environment>=7
- source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.6.3-full.tar.gz
- sha256sums = 8025c994f1ef3b80ace23a9d92975abe3b3f41e75f6060127e3f95bc2ee8e9fd
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.7.0-full.tar.gz
+ sha256sums = 2a664b214f7be40d38c823d936a48474f7f0b4901bbd5c2c0e7e173676235b1c
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index d01aef12b055..5644f6d6f88c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.6.3
+pkgver=3.7.0
pkgrel=1
pkgdesc="Effortless asynchronous application development for the modern web and enterprise"
arch=(any)
@@ -11,7 +11,7 @@ license=("APACHE")
depends=("java-environment>=7")
source=("https://bintray.com/artifact/download/vertx/downloads/vert.x-${pkgver}-full.tar.gz")
-sha256sums=("8025c994f1ef3b80ace23a9d92975abe3b3f41e75f6060127e3f95bc2ee8e9fd")
+sha256sums=("2a664b214f7be40d38c823d936a48474f7f0b4901bbd5c2c0e7e173676235b1c")
package() {
install -d -m 755 ${pkgdir}/opt