summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2020-11-04 15:50:19 -0600
committeryoungunix2020-11-04 15:50:19 -0600
commitb53ddf5c1809195b16708e3f2c2ca20efdf122e1 (patch)
treeaabab383000423acf838c1c5c0f34619ee96d47d
parent77a5a3b1103dbfc92c8438458573ed6de5ab461a (diff)
downloadaur-b53ddf5c1809195b16708e3f2c2ca20efdf122e1.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 89486c76f5e8..3de111375815 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.2
+ pkgver = 3.9.4
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.2-full.tar.gz
- sha256sums = a51ae1ad9602aa99cebe7dd9dd75fe27b985eee5565b31ab9848193fd1a76f07
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.9.4-full.tar.gz
+ sha256sums = 3f4bbbd5a3266edb3a785c0345923fec33a64e0e1f847214a4b618ec61f58bff
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index 7a70fd24b9b7..79f3ecb1e69d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.9.2
+pkgver=3.9.4
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=("a51ae1ad9602aa99cebe7dd9dd75fe27b985eee5565b31ab9848193fd1a76f07")
+sha256sums=("3f4bbbd5a3266edb3a785c0345923fec33a64e0e1f847214a4b618ec61f58bff")
package() {
install -d -m 755 ${pkgdir}/opt