summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2016-07-04 21:43:36 -0500
committeryoungunix2016-07-04 21:43:36 -0500
commit3cb3bfb22997bd4624b6f3fdd29e928720b5870f (patch)
tree818404656cdc0ddc051ddae262b9887fb5934b61
parent5abda3634e0627d6eb0da1dc41eeabe024020a57 (diff)
downloadaur-3cb3bfb22997bd4624b6f3fdd29e928720b5870f.tar.gz
Source and build updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b8c1fd13090..603961353768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.2.1
+ pkgver = 3.3.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.2.1-full.tar.gz
- sha1sums = dd36a6e40b694f5343c11ae4aa9b71f8d9aa66fd
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.3.0-full.tar.gz
+ sha1sums = 7db8c94a1bf1b3420c778ab8e679923b26a728cf
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index 707e7caa0f92..a37c1e7ea1cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.2.1
+pkgver=3.3.0
pkgrel=1
pkgdesc="Effortless asynchronous application development for the modern web and enterprise"
arch=(any)
@@ -12,7 +12,7 @@ license=("APACHE")
depends=("java-environment>=7")
source=("https://bintray.com/artifact/download/vertx/downloads/vert.x-${pkgver}-full.tar.gz")
-sha1sums=("dd36a6e40b694f5343c11ae4aa9b71f8d9aa66fd")
+sha1sums=("7db8c94a1bf1b3420c778ab8e679923b26a728cf")
package() {
install -d -m 755 ${pkgdir}/opt