Overview
Comment: | NSF 2.2.0: fix hash |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e573bb4fb09be3bc5df63f112042e7fe |
User & Date: | ssoberni on 2018-09-29 21:58:09 |
Other Links: | manifest | tags |
Context
2018-10-25
| ||
00:14 | Upgrade to tDOM 0.9.1 check-in: cfdca57b2a user: rkeene tags: trunk | |
2018-09-29
| ||
21:58 | NSF 2.2.0: fix hash check-in: e573bb4fb0 user: ssoberni tags: trunk | |
2018-09-28
| ||
21:50 | Updated to NSF 2.2.0 release check-in: 826c95494e user: ssoberni tags: trunk | |
Changes
Modified nsf/build.sh from [2109b40b34] to [c9198b6e09].
︙ | ︙ | |||
23 24 25 26 27 28 29 | SRCURL="http://fisheye.openacs.org/browse/~tarball=zip,br=${GITTAG}/nsf/nsf.zip" SRCHASH='-' else NSFVERS="2.2.0" NSFVERSEXTRA="" SRC="src/nsf${NSFVERS}.tar.gz" SRCURL="http://sourceforge.net/projects/next-scripting/files/${NSFVERS}/nsf${NSFVERS}.tar.gz/download" | | | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | SRCURL="http://fisheye.openacs.org/browse/~tarball=zip,br=${GITTAG}/nsf/nsf.zip" SRCHASH='-' else NSFVERS="2.2.0" NSFVERSEXTRA="" SRC="src/nsf${NSFVERS}.tar.gz" SRCURL="http://sourceforge.net/projects/next-scripting/files/${NSFVERS}/nsf${NSFVERS}.tar.gz/download" SRCHASH='ee50e594837ad241dc8012e88af7b878f5437607' fi BUILDDIR="$(pwd)/build/nsf${NSFVERS}" OUTDIR="$(pwd)/out" INSTDIR="$(pwd)/inst" export NSFVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR |
︙ | ︙ |