summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2017-11-03 22:55:52 -0400
committeryoungunix2017-11-03 22:55:52 -0400
commit4772b45f873a617d9f68a9047a30b7ff1d3cf5fe (patch)
tree28fa02690336e1fdc08587b2f133323ce7e5d864
parentb5dab1bea12590ad8362f521081dc1f5d39287d8 (diff)
downloadaur-4772b45f873a617d9f68a9047a30b7ff1d3cf5fe.tar.gz
version update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2213a88904..ef4d17705b2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.4.2
- pkgrel = 2
+ pkgver = 3.5.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.4.2-full.tar.gz
- sha256sums = 03abce899a6752069e0eff49c0bded3c71635bf3bcbb8b277c80ced029e5ffac
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.5.0-full.tar.gz
+ sha256sums = aa4607b5191f6df369d9b765fbc58ecc8ec9a1075fc45d1326ae7812fd85970b
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index 316184f41b4d..44d4addd7eb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
pkgdesc="Effortless asynchronous application development for the modern web and enterprise"
arch=(any)
url="http://vertx.io"
@@ -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=("03abce899a6752069e0eff49c0bded3c71635bf3bcbb8b277c80ced029e5ffac")
+sha256sums=("aa4607b5191f6df369d9b765fbc58ecc8ec9a1075fc45d1326ae7812fd85970b")
package() {
install -d -m 755 ${pkgdir}/opt