summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2020-07-27 20:51:03 -0500
committeryoungunix2020-07-27 20:51:03 -0500
commit77a5a3b1103dbfc92c8438458573ed6de5ab461a (patch)
tree6eb1af0462ddac7ebc63bdaddf3dbbb200f5da4b
parent26505a5aeceef74fca79b6a82aa3d5cdab43e6fe (diff)
downloadaur-77a5a3b1103dbfc92c8438458573ed6de5ab461a.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 18bc776d7a1d..89486c76f5e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.9.1
+ pkgver = 3.9.2
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.9.1-full.tar.gz
- sha256sums = f0671566e3dc505282deee0aca2141583e45bd577e4d55ac7e961ad041be6472
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.9.2-full.tar.gz
+ sha256sums = a51ae1ad9602aa99cebe7dd9dd75fe27b985eee5565b31ab9848193fd1a76f07
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index 08bf9bc754f1..7a70fd24b9b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.9.1
+pkgver=3.9.2
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=("f0671566e3dc505282deee0aca2141583e45bd577e4d55ac7e961ad041be6472")
+sha256sums=("a51ae1ad9602aa99cebe7dd9dd75fe27b985eee5565b31ab9848193fd1a76f07")
package() {
install -d -m 755 ${pkgdir}/opt