summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2016-03-22 16:30:58 -0500
committeryoungunix2016-03-22 16:30:58 -0500
commit88c96081597687b4c43c53bd476455a466dfd7cf (patch)
tree7f7539e7ccc1c540c79b39a417a4574c55dc6ab1
parent5af1ccf3a4bc54d7425ddcc534978b5ebfc61a78 (diff)
downloadaur-88c96081597687b4c43c53bd476455a466dfd7cf.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c326bf94e89..97856990d51f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by makepkg 5.0.1
+# Tue Mar 22 20:56:21 UTC 2016
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.0.0
+ pkgver = 3.2.1
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.0.0-full.tar.gz
- sha1sums = 47b0fad8de3e9c175fca9ff70a127facdd0c0cf0
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.2.1-full.tar.gz
+ sha1sums = dd36a6e40b694f5343c11ae4aa9b71f8d9aa66fd
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index c3d32a88bd2a..e3e3de95f856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
+# Maintainer: youngunix <zagazaw2004 {} gmail () {}>
# Maintainer: Caspar Friedrich <c.s.w.friedrich@gmail.com>
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.0.0
+pkgver=3.2.1
pkgrel=1
pkgdesc="Effortless asynchronous application development for the modern web and enterprise"
arch=(any)
@@ -11,7 +12,7 @@ license=("APACHE")
depends=("java-environment>=7")
source=("https://bintray.com/artifact/download/vertx/downloads/vert.x-${pkgver}-full.tar.gz")
-sha1sums=("47b0fad8de3e9c175fca9ff70a127facdd0c0cf0")
+sha1sums=("dd36a6e40b694f5343c11ae4aa9b71f8d9aa66fd")
package() {
install -d -m 755 ${pkgdir}/opt