This commit is contained in:
Mario Fetka 2017-10-16 12:04:11 +02:00
parent 7b10d1e0e2
commit d8f39d26e2
5 changed files with 8 additions and 6 deletions

View File

@ -1 +0,0 @@
e4b817de70279c4febcf44d0a4e7afab0630b2e4 /home/mario/.opsi-dist-cache/gitscm.core-2.14.1/X86/Git-2.14.1-32-bit.exe

View File

@ -1 +0,0 @@
c69c140ed2d89671a61078a0fd8b6134c323b0d3 /home/mario/.opsi-dist-cache/gitscm.core-2.14.1/X86_64/Git-2.14.1-64-bit.exe

View File

@ -0,0 +1 @@
53929fda0995d904113ca36c932192fe6101e00a /home/mario/.opsi-dist-cache/gitscm.core-2.14.2.3/X86/Git-2.14.2.3-32-bit.exe

View File

@ -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

View File

@ -5,7 +5,7 @@ VENDOR="git-scm.com"
PN="gitscm.core" PN="gitscm.core"
NAME="Git SCM" 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." 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" RELEASE="3"
PRIORITY="0" PRIORITY="0"
ADVICE="" ADVICE=""
@ -14,17 +14,19 @@ ADVICE=""
# Valid value: restricted | public # Valid value: restricted | public
TYPE="public" TYPE="public"
# replace points, split into array
a=( ${VERSION//./ } )
DL_FILE[0]="git-logomark-orange.png" DL_FILE[0]="git-logomark-orange.png"
DL_SOURCE[0]="https://git-scm.com/images/logos/logomark-orange@2x.png" DL_SOURCE[0]="https://git-scm.com/images/logos/logomark-orange@2x.png"
DL_FILE[1]="Git-${VERSION}-32-bit.exe" 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_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallExe32 DL_WINST_NAME[1]=InstallExe32
DL_FILE[2]="Git-${VERSION}-64-bit.exe" 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_ARCH[2]="X86_64"
DL_WINST_NAME[2]=InstallExe64 DL_WINST_NAME[2]=InstallExe64