summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2018-10-03 15:05:51 -0400
committeryoungunix2018-10-03 15:05:51 -0400
commitab8f64f723d2799a5744ba512c1e6551438b8ebc (patch)
tree45d7c843a7aa9211888bcb5228ae9cb5a0ac9c7d
parent08e61eccd7430873d65f51b606ec69a8902a3bc6 (diff)
downloadaur-ab8f64f723d2799a5744ba512c1e6551438b8ebc.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 4ea03b93bbcc..417176a3f675 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.3
+ pkgver = 3.5.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.5.3-full.tar.gz
- sha256sums = 10562ad91a3ccaa9a975e8e52d1f782c0aed6ba402e53d24d50686b1cbdb535c
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.5.4-full.tar.gz
+ sha256sums = 9a23895f45c5951c53368d3b5b511d760183617aff76e1693d359a5e928220a2
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index b60e9ac7a44c..bfc6439ce06b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.5.3
+pkgver=3.5.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=("10562ad91a3ccaa9a975e8e52d1f782c0aed6ba402e53d24d50686b1cbdb535c")
+sha256sums=("9a23895f45c5951c53368d3b5b511d760183617aff76e1693d359a5e928220a2")
package() {
install -d -m 755 ${pkgdir}/opt