summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2020-04-17 18:45:35 -0500
committeryoungunix2020-04-17 18:45:35 -0500
commitcb70b38d8a14f8079d25aceb4793a184348d0081 (patch)
tree2a84043678aa09bcfe6557fddce3dde7d8297e70
parent78fc0ed1a176da9fb6aa8bd328f7abe61970c6ef (diff)
downloadaur-cb70b38d8a14f8079d25aceb4793a184348d0081.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 3c8c298935fe..124d8ca6dbf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.8.5
+ pkgver = 3.9.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.8.5-full.tar.gz
- sha256sums = ce21b4846f1ad485cdba76cc65690be9ec254c5db12cd57bab2cc8ee73ab9806
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.9.0-full.tar.gz
+ sha256sums = d00c138a1a43c7daf2d4a6a6b747f5c56989018edc4d210bc1b008e87548124c
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index af0f8c35c69d..d39305dc35a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.8.5
+pkgver=3.9.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=("ce21b4846f1ad485cdba76cc65690be9ec254c5db12cd57bab2cc8ee73ab9806")
+sha256sums=("d00c138a1a43c7daf2d4a6a6b747f5c56989018edc4d210bc1b008e87548124c")
package() {
install -d -m 755 ${pkgdir}/opt