summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteffen Flor2021-05-10 08:33:33 +0200
committerSteffen Flor2021-05-10 08:33:33 +0200
commit8aca116a170c1c386ed4d77a235bbc89cfbe16a1 (patch)
tree0df130450445d69e6432ede7c03713bfa4bf3cb5 /PKGBUILD
parent14d89a4163b90a01fe5b85b32c9280320dc2c42f (diff)
downloadaur-8aca116a170c1c386ed4d77a235bbc89cfbe16a1.tar.gz
Update to 3.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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()