From dc84d9f81037bf7484dae68c72adb1d9f8691884 Mon Sep 17 00:00:00 2001
From: Mario Fetka <mario.fetka@gmail.com>
Date: Fri, 4 Jan 2019 02:11:16 +0100
Subject: [PATCH] Bump

---
 LdapAdminExe-1.6.1.zip.sha1sum     |  1 -
 LdapAdminExe-w32-1.8.3.zip.sha1sum |  1 +
 LdapAdminExe-w64-1.8.3.zip.sha1sum |  1 +
 builder-product.cfg                | 13 +++++++++----
 4 files changed, 11 insertions(+), 5 deletions(-)
 delete mode 100644 LdapAdminExe-1.6.1.zip.sha1sum
 create mode 100644 LdapAdminExe-w32-1.8.3.zip.sha1sum
 create mode 100644 LdapAdminExe-w64-1.8.3.zip.sha1sum

diff --git a/LdapAdminExe-1.6.1.zip.sha1sum b/LdapAdminExe-1.6.1.zip.sha1sum
deleted file mode 100644
index 4830943..0000000
--- a/LdapAdminExe-1.6.1.zip.sha1sum
+++ /dev/null
@@ -1 +0,0 @@
-aaa1d09b61fad361bdb25b7e6c71727ea1930f02  /home/mario/.opsi-dist-cache/ldapadmin.ldapadmin-1.6.1/X86/LdapAdminExe-1.6.1.zip
diff --git a/LdapAdminExe-w32-1.8.3.zip.sha1sum b/LdapAdminExe-w32-1.8.3.zip.sha1sum
new file mode 100644
index 0000000..ec7a21c
--- /dev/null
+++ b/LdapAdminExe-w32-1.8.3.zip.sha1sum
@@ -0,0 +1 @@
+89be0946bc572e34bb0df89cfe3164115544cd13  /home/mario/.opsi-dist-cache/ldapadmin.ldapadmin-1.8.3/X86/LdapAdminExe-w32-1.8.3.zip
diff --git a/LdapAdminExe-w64-1.8.3.zip.sha1sum b/LdapAdminExe-w64-1.8.3.zip.sha1sum
new file mode 100644
index 0000000..ac88b5c
--- /dev/null
+++ b/LdapAdminExe-w64-1.8.3.zip.sha1sum
@@ -0,0 +1 @@
+022e9418f66911d9b1bcaab0bc2cc65b441a19cc  /home/mario/.opsi-dist-cache/ldapadmin.ldapadmin-1.8.3/X86_64/LdapAdminExe-w64-1.8.3.zip
diff --git a/builder-product.cfg b/builder-product.cfg
index d8d7d6a..4798445 100644
--- a/builder-product.cfg
+++ b/builder-product.cfg
@@ -5,7 +5,7 @@ VENDOR="ldapadmin.org"
 PN="ldapadmin.ldapadmin"
 NAME="Ldap Admin"
 DESCRIPTION="Ldap Admin is a free Windows LDAP client and administration tool for LDAP directory management."
-VERSION="1.6.1"
+VERSION="1.8.3"
 RELEASE="3"
 PRIORITY="0"
 ADVICE=""
@@ -17,11 +17,16 @@ TYPE="public"
 DL_FILE[0]="apple-touch-icon.png"
 DL_SOURCE[0]="https://cdn.sstatic.net/Sites/stackoverflow/img/apple-touch-icon@2.png"
 
-DL_FILE[1]="LdapAdminExe-${VERSION}.zip"
-DL_SOURCE[1]="http://sourceforge.net/projects/ldapadmin/files/ldapadmin/${VERSION}/LdapAdminExe-${VERSION}.zip"
+DL_FILE[1]="LdapAdminExe-w32-${VERSION}.zip"
+DL_SOURCE[1]="https://sourceforge.net/projects/ldapadmin/files/ldapadmin/${VERSION}/LdapAdminExe-w32-${VERSION}.zip"
 DL_ARCH[1]="X86"
 DL_EXTRACT_FORMAT[1]="7zip"
 
+DL_FILE[2]="LdapAdminExe-w64-${VERSION}.zip"
+DL_SOURCE[2]="https://sourceforge.net/projects/ldapadmin/files/ldapadmin/${VERSION}/LdapAdminExe-w64-${VERSION}.zip"
+DL_ARCH[2]="X86_64"
+DL_EXTRACT_FORMAT[2]="7zip"
+
 # File array index for the image showing while installing the program
 ICON_DL_INDEX=0
 
@@ -29,7 +34,7 @@ WINST_NAME[0]="Install32Exe"
 WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\LdapAdmin.exe"
 
 WINST_NAME[1]="Install64Exe"
-WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[1]@\\LdapAdmin.exe"
+WINST_VALUE[1]="@DL_EXTRACT_WINST_PATH[2]@\\LdapAdmin.exe"
 
 OPSI_INI_SECTION[0]="X86"
 OPSI_INI_OPTION[0]="UninstallProg32"