summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2018-12-30 20:22:41 -0500
committeryoungunix2018-12-30 20:22:41 -0500
commit2a39502c1fdc7522b2c2e914d39759a935494a60 (patch)
treeed7e0f03d09ef29220d97cdb67d59d8a45193ec0
parent8365c8d5e5e3dd3b982fcf90ee88af7720b544f1 (diff)
downloadaur-2a39502c1fdc7522b2c2e914d39759a935494a60.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77f905dc63d3..70f09a159cde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.6.0
+ pkgver = 3.6.2
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.6.0-full.tar.gz
- sha256sums = df2737aa6d5e5a921abec487263fa82354c22468677c61baafbfb05bcdbdcd79
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.6.2-full.tar.gz
+ sha256sums = 0157c9ee2db462f83dbc1b7f56d89c6b9b88eff58da1d0406b4f38b44c7d3b71
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index 94ffa626c85b..ff2b26b6404b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.6.0
+pkgver=3.6.2
pkgrel=1
pkgdesc="Effortless asynchronous application development for the modern web and enterprise"
arch=(any)
@@ -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=("df2737aa6d5e5a921abec487263fa82354c22468677c61baafbfb05bcdbdcd79")
+sha256sums=("0157c9ee2db462f83dbc1b7f56d89c6b9b88eff58da1d0406b4f38b44c7d3b71")
package() {
install -d -m 755 ${pkgdir}/opt