summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2016-09-15 21:44:32 -0500
committeryoungunix2016-09-15 21:44:32 -0500
commitb5003fb1e8bf59f9694e0f8651d75513f9cbaa95 (patch)
tree687ed7d6ff13328ba9f13e26fcf92e42d24ddfec
parent3cb3bfb22997bd4624b6f3fdd29e928720b5870f (diff)
downloadaur-b5003fb1e8bf59f9694e0f8651d75513f9cbaa95.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 603961353768..a8928edf9507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.3.0
+ pkgver = 3.3.3
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.3.0-full.tar.gz
- sha1sums = 7db8c94a1bf1b3420c778ab8e679923b26a728cf
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.3.3-full.tar.gz
+ sha1sums = f5b0f0517b98d531c6e3162d762b1a8707dbbf95
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index a37c1e7ea1cc..b07200eaf38f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.3.0
+pkgver=3.3.3
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=("7db8c94a1bf1b3420c778ab8e679923b26a728cf")
+sha1sums=("f5b0f0517b98d531c6e3162d762b1a8707dbbf95")
package() {
install -d -m 755 ${pkgdir}/opt