summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2018-12-03 20:05:50 -0500
committeryoungunix2018-12-03 20:05:50 -0500
commit8365c8d5e5e3dd3b982fcf90ee88af7720b544f1 (patch)
tree5b80e26e8d93054e669b3c49f967db0954fe0847
parentab8f64f723d2799a5744ba512c1e6551438b8ebc (diff)
downloadaur-8365c8d5e5e3dd3b982fcf90ee88af7720b544f1.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 417176a3f675..77f905dc63d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.5.4
+ pkgver = 3.6.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.5.4-full.tar.gz
- sha256sums = 9a23895f45c5951c53368d3b5b511d760183617aff76e1693d359a5e928220a2
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.6.0-full.tar.gz
+ sha256sums = df2737aa6d5e5a921abec487263fa82354c22468677c61baafbfb05bcdbdcd79
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index bfc6439ce06b..94ffa626c85b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.5.4
+pkgver=3.6.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=("9a23895f45c5951c53368d3b5b511d760183617aff76e1693d359a5e928220a2")
+sha256sums=("df2737aa6d5e5a921abec487263fa82354c22468677c61baafbfb05bcdbdcd79")
package() {
install -d -m 755 ${pkgdir}/opt