File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set(AUTHORS "Peng Huang")
11
11
set (MAINTAINER "Peng Huang <shawn.p.huang at gmail dot com>" )
12
12
set (VERSION_MAJOR "1" )
13
13
set (VERSION_MINOR "3" )
14
- set (VERSION_PATCH "3 " )
14
+ set (VERSION_PATCH "4 " )
15
15
set (VERSION_SNAPDATE "" )
16
16
set (LIB_VERSION "1.3.0" )
17
17
set (LIB_SOVERSION "1" )
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ PREV_VERSION_PATCH="$(expr $VERSION_PATCH - 1)"
21
21
PREV_VERSION=" $VERSION_MAJOR .$VERSION_MINOR .$PREV_VERSION_PATCH "
22
22
zcat $DSTDIR /ibus-qt-${VERSION} -Source.tar.gz | tar xf -
23
23
mv ibus-qt-${VERSION} -Source ibus-qt-${VERSION} -Source-new
24
+ mv $DSTDIR /ibus-qt-${VERSION} -Source.tar.gz $DSTDIR /ibus-qt-${VERSION} -Source.tar.gz.new
24
25
echo " Get upstream ibus-qt-${VERSION} -Source.tar.gz"
25
26
wget https://github.com/ibus/ibus-qt/releases/download/$VERSION /ibus-qt-${VERSION} -Source.tar.gz
26
27
if [ $? -ne 0 ] ; then
You can’t perform that action at this time.
0 commit comments