summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2023-05-18 14:27:52 +0200
committerPhillip Schichtel2023-05-18 14:27:52 +0200
commitdcc663d6c0ac05e2cc7d70de71fc37cc3333786f (patch)
tree1b8de1dc7dc8ba33d9b6fd037022c43b23f11cfd
parent49aea62d9284f7b82ab17ed5922eb00d5004efa6 (diff)
downloadaur-dcc663d6c0ac05e2cc7d70de71fc37cc3333786f.tar.gz
add the version to the installer.exe to prevent false caching
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ed403d66ffa..0c06dd70f7fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = bookman-cockpit
depends = java-environment=17
depends = java17-openjfx
options = !strip
- source = installer.exe::https://bit.ly/3eMJh3j
+ source = installer-1.12.2.exe::https://bit.ly/3eMJh3j
source = https://maven.ej-technologies.com/repository/com/install4j/install4j-runtime/9.0.7/install4j-runtime-9.0.7.jar
source = OperatingSystemUtil.java
source = logback.xml
diff --git a/PKGBUILD b/PKGBUILD
index b4e3d25d8b8d..f2c5d8ebddfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('java-environment=17' 'java17-openjfx')
makedepends=('jdk17-openjdk' 'unzip')
# the bit.ly link looks suspicious, but that's what they use on their website.
# Also the download is not versioned, so this will eventuelly break due to integrity checks failing.
-source=("installer.exe::https://bit.ly/3eMJh3j"
+source=("installer-${pkgver}.exe::https://bit.ly/3eMJh3j"
"https://maven.ej-technologies.com/repository/com/install4j/install4j-runtime/9.0.7/install4j-runtime-9.0.7.jar"
"OperatingSystemUtil.java"
"logback.xml"