summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a594082f9fb..4b70cf65459c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vert.x
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.4.1
- pkgrel = 1
+ pkgver = 3.4.2
+ pkgrel = 2
url = http://vertx.io
arch = any
license = APACHE
depends = java-environment>=7
- source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.4.1-full.tar.gz
- sha1sums = 706f9fe9082fdf1882648c68e47636d05e5786d7
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.4.2-full.tar.gz
+ sha1sums = da39a3ee5e6b4b0d3255bfef95601890afd80709
pkgname = vert.x
diff --git a/PKGBUILD b/PKGBUILD
index 53994c0c7921..2f9865a7f9ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vert.x
-pkgver=3.4.1
-pkgrel=1
+pkgver=3.4.2
+pkgrel=2
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/${pkgname}-${pkgver}-full.tar.gz")
-sha1sums=("706f9fe9082fdf1882648c68e47636d05e5786d7")
+sha1sums=("da39a3ee5e6b4b0d3255bfef95601890afd80709")
package() {
install -d -m 755 ${pkgdir}/opt