diff --git a/Git-2.14.1-32-bit.exe.sha1sum b/Git-2.14.1-32-bit.exe.sha1sum deleted file mode 100644 index d52d306..0000000 --- a/Git-2.14.1-32-bit.exe.sha1sum +++ /dev/null @@ -1 +0,0 @@ -e4b817de70279c4febcf44d0a4e7afab0630b2e4 /home/mario/.opsi-dist-cache/gitscm.core-2.14.1/X86/Git-2.14.1-32-bit.exe diff --git a/Git-2.14.1-64-bit.exe.sha1sum b/Git-2.14.1-64-bit.exe.sha1sum deleted file mode 100644 index 43d7f3a..0000000 --- a/Git-2.14.1-64-bit.exe.sha1sum +++ /dev/null @@ -1 +0,0 @@ -c69c140ed2d89671a61078a0fd8b6134c323b0d3 /home/mario/.opsi-dist-cache/gitscm.core-2.14.1/X86_64/Git-2.14.1-64-bit.exe diff --git a/Git-2.14.2.3-32-bit.exe.sha1sum b/Git-2.14.2.3-32-bit.exe.sha1sum new file mode 100644 index 0000000..7b307fc --- /dev/null +++ b/Git-2.14.2.3-32-bit.exe.sha1sum @@ -0,0 +1 @@ +53929fda0995d904113ca36c932192fe6101e00a /home/mario/.opsi-dist-cache/gitscm.core-2.14.2.3/X86/Git-2.14.2.3-32-bit.exe diff --git a/Git-2.14.2.3-64-bit.exe.sha1sum b/Git-2.14.2.3-64-bit.exe.sha1sum new file mode 100644 index 0000000..9000614 --- /dev/null +++ b/Git-2.14.2.3-64-bit.exe.sha1sum @@ -0,0 +1 @@ +41ad7776df820921387b64210f48d6e301be5328 /home/mario/.opsi-dist-cache/gitscm.core-2.14.2.3/X86_64/Git-2.14.2.3-64-bit.exe diff --git a/builder-product.cfg b/builder-product.cfg index 1a1555f..5a2780b 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -5,7 +5,7 @@ VENDOR="git-scm.com" PN="gitscm.core" NAME="Git SCM" DESCRIPTION="Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency." -VERSION="2.14.1" +VERSION="2.14.2.3" RELEASE="3" PRIORITY="0" ADVICE="" @@ -14,17 +14,19 @@ ADVICE="" # Valid value: restricted | public TYPE="public" - +# replace points, split into array +a=( ${VERSION//./ } ) + DL_FILE[0]="git-logomark-orange.png" DL_SOURCE[0]="https://git-scm.com/images/logos/logomark-orange@2x.png" DL_FILE[1]="Git-${VERSION}-32-bit.exe" -DL_SOURCE[1]="https://github.com/git-for-windows/git/releases/download/v${VERSION}.windows.1/Git-${VERSION}-32-bit.exe" +DL_SOURCE[1]="https://github.com/git-for-windows/git/releases/download/v${a[0]}.${a[1]}.${a[2]}.windows.${a[3]}/Git-${VERSION}-32-bit.exe" DL_ARCH[1]="X86" DL_WINST_NAME[1]=InstallExe32 DL_FILE[2]="Git-${VERSION}-64-bit.exe" -DL_SOURCE[2]="https://github.com/git-for-windows/git/releases/download/v${VERSION}.windows.1/Git-${VERSION}-64-bit.exe" +DL_SOURCE[2]="https://github.com/git-for-windows/git/releases/download/v${a[0]}.${a[1]}.${a[2]}.windows.${a[3]}/Git-${VERSION}-64-bit.exe" DL_ARCH[2]="X86_64" DL_WINST_NAME[2]=InstallExe64