diff options
author | Stick | 2018-07-26 12:54:44 -0400 |
---|---|---|
committer | Stick | 2018-07-26 12:54:44 -0400 |
commit | e30c02286f10f4773846cc365c8ab96a7473ed68 (patch) | |
tree | 506bb335930fcaf9dda5ed5bf91ac8b3035b190d | |
parent | 971396a17dbfe05dab02ce077fc0ac2930d964ca (diff) | |
download | aur-e30c02286f10f4773846cc365c8ab96a7473ed68.tar.gz |
up: 2018.1.4
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 7 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Tue Apr 3 15:04:35 UTC 2018 pkgbase = jrebel pkgdesc = JRebel is a JVM-plugin that makes it possible for Java developers to instantly see any code change made to an app without redeploying. - pkgver = 2018.1.0 + pkgver = 2018.1.4 pkgrel = 1 url = http://zeroturnaround.com/software/jrebel/ install = jrebel.install @@ -13,11 +11,11 @@ pkgbase = jrebel provides = jrebel backup = etc/profile.d/jrebel.sh backup = etc/profile.d/jrebel.csh - source = jrebel-2018.1.0-nosetup.zip::https://dl.zeroturnaround.com/?token=29b53ac6256cd46652a39549100bf46a6a1dc597 + source = jrebel-2018.1.4-nosetup.zip::https://dl.zeroturnaround.com/?token=1be8eaf1538bc86fbcb7236a7cf5b1f4abdb62b6 source = jrebel.csh source = jrebel.install source = jrebel.sh - sha256sums = 034f42c70e20a6b59bc9a4aded588ebd110ce126f753e1ed3c70cfc1e20e64ef + sha256sums = b15c4956d6dcfe08cdb2c6103b2dbb5113e08e8cc1c194512d34171205eab567 sha256sums = 7dbc38b6bfc45a037620bd8a21583e00308d53311285c98215b660efdb007431 sha256sums = 7616bc4c74f15c49c25c9db78aa0490a2cb88e37fe848c9e866c11ea16d0ad66 sha256sums = d1a5193a071eeedb4d5e96a0eb90aaa4f7daad0cdfbe54ff9c89967c50634635 @@ -1,7 +1,7 @@ # shellcheck disable=2034 pkgname=jrebel -pkgver=2018.1.0 +pkgver=2018.1.4 pkgrel=1 pkgdesc="JRebel is a JVM-plugin that makes it possible for Java developers to instantly see any code change made to an app without redeploying." url="http://zeroturnaround.com/software/jrebel/" @@ -23,7 +23,7 @@ source=("$_pkgfile::$_downloadurl" "$pkgname.install" "$pkgname.sh") -sha256sums=('034f42c70e20a6b59bc9a4aded588ebd110ce126f753e1ed3c70cfc1e20e64ef' +sha256sums=('b15c4956d6dcfe08cdb2c6103b2dbb5113e08e8cc1c194512d34171205eab567' '7dbc38b6bfc45a037620bd8a21583e00308d53311285c98215b660efdb007431' '7616bc4c74f15c49c25c9db78aa0490a2cb88e37fe848c9e866c11ea16d0ad66' 'd1a5193a071eeedb4d5e96a0eb90aaa4f7daad0cdfbe54ff9c89967c50634635') |