summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulien Nicoulaud2017-02-12 19:40:25 +0100
committerJulien Nicoulaud2017-02-12 19:40:25 +0100
commit9582946bfacd2077ae0ebffe9f011b675c0a0282 (patch)
treeefd87f145ce081af15dc2e1ef31040a30cf08224 /PKGBUILD
parent15e6417684ab3f88195e081349e87466af038c99 (diff)
downloadaur-mvnsh.tar.gz
1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b39df9c33f4..4333bce0ce5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
# Source: https://github.com/nicoulaj/archlinux-packages
pkgname=mvnsh
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="Interactive CLI interface for Apache Maven."
arch=(i686 x86_64)
@@ -9,8 +9,8 @@ url="http://shell.sonatype.org"
license=('EPL')
depends=('java-environment>=5' 'bash')
changelog=Changelog
-source=(http://search.maven.org/remotecontent?filepath=org/sonatype/maven/shell/dist/mvnsh-assembly/$pkgver/mvnsh-assembly-$pkgver-bin.tar.gz)
-md5sums=('5b0f47c8838aa7525f454f2bca9dbed9')
+source=(https://repo1.maven.org/maven2/org/sonatype/maven/shell/dist/mvnsh-assembly/$pkgver/mvnsh-assembly-$pkgver-bin.tar.gz)
+md5sums=('c78128e61aba90e4e34afb18b78931c9')
package() {
msg2 "Install the assembly at /usr/share/java/${pkgname}..."