diff options
| author | ruki <[email protected]> | 2017-08-05 23:23:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-05 23:23:56 +0800 |
| commit | 2a32bc52e8e4f77fd7be4244fdea7bd26b461097 (patch) | |
| tree | 6d1a81758a6adb5d91b6687153e8769601911129 /scripts | |
| parent | 80d60243e2af2587ebac63b1d3ba42919a263ea9 (diff) | |
modify pkgbuild
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/PKGBUILD | 4 | ||||
| -rw-r--r-- | scripts/debian/changelog | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 34778b8d2..71e452af4 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -2,7 +2,7 @@ # PKGBuild Create By: lumpyzhu <[email protected]> pkgname=xmake -pkgver=2.1.4 +pkgver=2.1.5 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=('02000f3af2ab060107810d4b5b8d3864850aa49af669e82bee27a25d5e3bee21') +sha256sums=('973432b67a81e260aa43a3f9088cc83a57d574405f529e2571dbdfdd05c996b6') build() { cd "$srcdir/${pkgname}-${pkgver}" diff --git a/scripts/debian/changelog b/scripts/debian/changelog index a14cff9f9..df050f8e0 100644 --- a/scripts/debian/changelog +++ b/scripts/debian/changelog @@ -1,3 +1,9 @@ +xmake (2.1.5-1) yakkety; urgency=medium + + * update 2.1.5 + + -- ruki <[email protected]> Thu, 05 Aug 2017 21:22:12 +0800 + xmake (2.1.4-1) yakkety; urgency=medium * update 2.1.4 |
