summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67782ac141dc..350112011b04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = launch4j
pkgdesc = Cross-platform Java executable wrapper
- pkgver = 3.13
- pkgrel = 4
+ pkgver = 3.14
+ pkgrel = 1
url = http://launch4j.sf.net
arch = x86_64
license = custom
@@ -9,8 +9,8 @@ pkgbase = launch4j
depends = glibc
options = !strip
options = staticlibs
- source = http://downloads.sourceforge.net/launch4j/launch4j-3.13-linux-x64.tgz
- sha256sums = 75426a7fcd20afcb76dcca465dad1c3c405e46ba7bd8eac43455c97083ac1f4d
+ source = http://downloads.sourceforge.net/launch4j/launch4j-3.14-linux-x64.tgz
+ sha256sums = fbdd113aa04ec3b04635b148f50a613581f3071c1274da86c99d059e8a71ce92
pkgname = launch4j
diff --git a/PKGBUILD b/PKGBUILD
index 1eb7d1b02bca..8f3b8745a304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname="launch4j"
-pkgver="3.13"
-pkgrel="4"
+pkgver="3.14"
+pkgrel="1"
arch=('x86_64')
license=('custom')
pkgdesc="Cross-platform Java executable wrapper"
url="http://launch4j.sf.net"
depends=('java-runtime' 'glibc')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-linux-x64.tgz")
-sha256sums=('75426a7fcd20afcb76dcca465dad1c3c405e46ba7bd8eac43455c97083ac1f4d')
+sha256sums=('fbdd113aa04ec3b04635b148f50a613581f3071c1274da86c99d059e8a71ce92')
options=('!strip' 'staticlibs')
package()