fossil: Update to 2.9

This commit is contained in:
Alexey Pavlov 2019-07-17 22:52:14 +03:00
parent 2d0e998011
commit af2f3d690d
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
_realname=fossil
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.8
pkgver=2.9
pkgrel=1
pkgdesc='Simple, high-reliability, distributed software configuration management (mingw-w64)'
arch=('any')
@ -22,10 +22,10 @@ source=("https://www.fossil-scm.org/index.html/uv/${_realname}-src-${pkgver}.tar
"win.patch"
"readline.patch"
"win-tcl-unix-path.patch")
sha256sums=('6a32bec73de26ff5cc8bbb0b7b45360f4e4145931fd215ed91414ed190b3715d'
sha256sums=('1cb2ada92d43e3e7e008fe77f5e743d301c7ea34d4c36c42f255f873e73d8b4f'
'3480192ef445b1bafa71072e2e3ebf1e8a5e5a313800c7cf98dfa673aaf2e70d'
'887c8b16de984156cb13bfdbc5715b1eff0123af0d07e6dc08265dbef0a1d519'
'16ef809abfde8b7f5c68f0c11192824d43f392433756005dd927b4990024f5b7')
'96090936b1aee3539211c400a4c8a7a9475c71f47238967a1924229798a2910b')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"

View File

@ -6,6 +6,6 @@
} else {
- set v [exec /bin/sh -c "echo 'puts \$tcl_version' | tclsh"]
+ set v [exec sh -c "echo 'puts \$tcl_version' | tclsh"]
if {[expr $v >= 8.6]} {
if {[expr {$v >= 8.6}]} {
msg-result "Found Tclsh version $v in the PATH."
define TCLSH tclsh