summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2019-12-04 14:36:38 -0600
committeryoungunix2019-12-04 14:36:38 -0600
commit476e81a210ec309d401d9143ab5b0b37ffc7489d (patch)
tree09497aa726ef2ec04a70f9486e7d56f4dad79218
parent86c7151eda60c3e9ec5d494a21c92b5047e0c3b4 (diff)
downloadaur-476e81a210ec309d401d9143ab5b0b37ffc7489d.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 13ee3903daf2..bd417114a4cd 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.1
+ pkgver = 3.8.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.8.1-full.tar.gz
- sha256sums = 940448e11d145791ae7c31a95992471790ab73dddfe5f79e3ed01ae58c7a2da3
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.8.4-full.tar.gz
+ sha256sums = 96e7d10763216796aa7d8f324822f4e6a4a9dff84758052c7719d7035e8ae14c
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index a0ed9654bda1..a52b4b61efe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.8.1
+pkgver=3.8.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=("940448e11d145791ae7c31a95992471790ab73dddfe5f79e3ed01ae58c7a2da3")
+sha256sums=("96e7d10763216796aa7d8f324822f4e6a4a9dff84758052c7719d7035e8ae14c")
package() {
install -d -m 755 ${pkgdir}/opt