summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoungunix2019-08-10 14:16:41 -0500
committeryoungunix2019-08-10 14:16:41 -0500
commit737c829e8506c3fefdff7338f617bb098a9bd45e (patch)
tree92939d2af8c4c9ebef2e4b902496fa694b88d770
parent003738f97fe222358d10854c9edf5a9d404f8543 (diff)
downloadaur-737c829e8506c3fefdff7338f617bb098a9bd45e.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 b6ff24f3ca12..1e8258330c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vertx
pkgdesc = Effortless asynchronous application development for the modern web and enterprise
- pkgver = 3.7.1
+ pkgver = 3.8.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.7.1-full.tar.gz
- sha256sums = 9f1ffa16529371da9c14eee7f16b8019ef649ac9c2a053e0730e0ee89ccfb8e5
+ source = https://bintray.com/artifact/download/vertx/downloads/vert.x-3.8.0-full.tar.gz
+ sha256sums = 660dc32533eb3d37771be2f70497b2346a5d174abb782c17f334cbc36adcdcc9
pkgname = vertx
diff --git a/PKGBUILD b/PKGBUILD
index 950e540c7631..8c7e970f86f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
pkgname=vertx
-pkgver=3.7.1
+pkgver=3.8.0
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=("9f1ffa16529371da9c14eee7f16b8019ef649ac9c2a053e0730e0ee89ccfb8e5")
+sha256sums=("660dc32533eb3d37771be2f70497b2346a5d174abb782c17f334cbc36adcdcc9")
package() {
install -d -m 755 ${pkgdir}/opt