Search Criteria
Package Details: vertx 3.9.4-1
Git Clone URL: | https://aur.archlinux.org/vertx.git (read-only, click to copy) |
---|---|
Package Base: | vertx |
Description: | Effortless asynchronous application development for the modern web and enterprise |
Upstream URL: | http://vertx.io |
Keywords: | addon eclipse java JVM |
Licenses: | |
Submitter: | OttoA |
Maintainer: | youngunix |
Last Packager: | youngunix |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2013-04-11 17:05 |
Last Updated: | 2020-11-04 21:50 |
Dependencies (1)
- java-environment>=7 (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jdk8-j9-bin, java-openjdk-bin, jdk, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jdk11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jdk8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jdk-openj9, jdk11-jetbrains-imfix, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
Latest Comments
chocolateboy commented on 2017-10-02 18:55
Update: the upstream maintainers have confirmed by email that this is the correct checksum:
53fab9c0baebf962de6816aa036f8b93ff4f8e45
The checksum that's currently in the PKGBUILD is the checksum of an empty file:
$ touch foo
$ sha1sum foo
$ da39a3ee5e6b4b0d3255bfef95601890afd80709
chocolateboy commented on 2017-10-02 15:04
Can anyone confirm/deny the checksum has changed? I don't want to raise an issue for it if it's just me (or if e.g. the PKGBUILD checksum was updated incorrectly).
Has anyone updated/installed this package without issue since it was released in June?
chocolateboy commented on 2017-10-02 02:23
The integrity check for the tarball is failing for me:
:: Checking vertx integrity...
==> Making package: vertx 3.4.2-2
==> Retrieving sources...
-> Found vert.x-3.4.2-full.tar.gz
==> Validating source files with sha1sums...
vert.x-3.4.2-full.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
:: failed to verify vertx integrity
$ echo da39a3ee5e6b4b0d3255bfef95601890afd80709 vert.x-3.4.2-full.tar.gz > vert.x-3.4.2-full.tar.gz.sha1sum
$ sha1sum -c vert.x-3.4.2-full.tar.gz.sha1sum
vert.x-3.4.2-full.tar.gz: FAILED
sha1sum: WARNING: 1 computed checksum did NOT match
I'm getting a different checksum:
$ sha1sum vert.x-3.4.2-full.tar.gz
53fab9c0baebf962de6816aa036f8b93ff4f8e45 vert.x-3.4.2-full.tar.gz
youngunix commented on 2016-05-10 02:53
@Skullcrasher: Thank you, PKGBUILD has been updated.
Skullcrasher commented on 2016-05-04 16:21
Build is not working anymore.
Replace the source dir from ${srcdir}/vert.x-${pkgver}/ to only ${srcdir}/vertx/ and it is working again.
OttoA commented on 2014-11-23 14:24
disowning because I don't use this any more
OttoA commented on 2014-08-27 08:40
bump to 2.1.2
0xR commented on 2014-06-06 10:13
please update to 2.1
--- PKGBUILD 2014-05-24 21:00:25.000000000 +0200
+++ PKGBUILD 2014-06-06 11:49:21.503996996 +0200
@@ -2,7 +2,7 @@
# https://github.com/OttoAllmendinger/aur-packages
pkgname="vertx"
-pkgver=2.1RC3
+pkgver=2.1
pkgrel=1
pkgdesc="Effortless asynchronous application development for the modern web and
enterprise"
@@ -26,5 +26,5 @@
chmod -R +rwX ${pkgdir}/opt/vertx
}
-md5sums=('5b6c2800b3697ae10cd67ab0bf297b9f'
+md5sums=('dd1082bcdf5eee36f2253105f3ff3c25'
'f8f09c0394e059003bb67ad8b10f0548')
dressguard commented on 2013-08-25 12:44
Otto, thanks for the update. That was really quick!