diff options
| author | ruki <[email protected]> | 2017-04-02 17:29:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-02 17:29:02 +0800 |
| commit | 0f4f860a6d0db4d4a62bdbe88c8cd8a57e1df9e8 (patch) | |
| tree | ab96cfd59bd2e437832ccf79e281dd05f429e40e /scripts | |
| parent | 248b2cc8a96d41445a2e46d259d14fea8e4203ec (diff) | |
modify version
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/PKGBUILD | 4 | ||||
| -rw-r--r-- | scripts/installer.nsi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 0037ce63d..ed1ddaf32 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -2,7 +2,7 @@ # PKGBuild Create By: lumpyzhu <[email protected]> pkgname=xmake -pkgver=2.1.2 +pkgver=2.1.3 pkgrel=1 pkgdesc="A make-like build utility based on Lua" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="https://github.com/tboox/xmake" license=('Apache') makedepends=() source=("$pkgname.zip::https://github.com/tboox/xmake/archive/v${pkgver}.zip") -sha256sums=('47521e586361d34d3a579690df0044da0373a1b7429a511326f8875cdc115f4a') +sha256sums=('7560ff0b0f6499f37c4bc085a0554563f88999ac5243fee9af8423927d378ccd') build() { cd "$srcdir/${pkgname}-${pkgver}" diff --git a/scripts/installer.nsi b/scripts/installer.nsi index f4082b69f..b9997abbb 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -49,13 +49,13 @@ RequestExecutionLevel admin ;--------------------------------
; Version Information
-VIProductVersion "2.1.3.0402"
+VIProductVersion "2.1.4.0402"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "XMake"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "website: http://www.xmake.io"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The TBOOX Open Source Group"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright 2015-2017 tboox.org"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "The Make-like Build Utility based on Lua"
-VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.1.3"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.1.4"
;--------------------------------
|
