mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/nuget: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
85ff3efc41
commit
c39d7ec861
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=nuget
|
||||
VERSION=${VERSION:-2.8.6}
|
||||
VERSION=${VERSION:-3.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nuget"
|
||||
VERSION="2.8.6"
|
||||
VERSION="3.5.0"
|
||||
HOMEPAGE="https://www.nuget.org/"
|
||||
DOWNLOAD="https://dist.nuget.org/win-x86-commandline/v2.8.6/nuget.exe"
|
||||
MD5SUM="ef16c016d7eb396c8f65888a53b69d78"
|
||||
DOWNLOAD="https://dist.nuget.org/win-x86-commandline/v3.5.0/nuget.exe"
|
||||
MD5SUM="406324e1744923a530a3f45b8e4fe1eb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mono"
|
||||
|
|
Loading…
Reference in a new issue