summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknight422018-07-02 18:00:17 +0800
committerknight422018-07-02 18:00:17 +0800
commitf22252a51cb6fdb11acaf7001ca57445d9c1f910 (patch)
tree193f540c3091dc47c2b3cd2c79741a078dd22490 /PKGBUILD
parent715269c49c588ba66e63f2559124f2de6066a820 (diff)
downloadaur-f22252a51cb6fdb11acaf7001ca57445d9c1f910.tar.gz
Bump to v0.3.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0cf8f6b7efc..42c8a9d3c53b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.3.14
+pkgver=0.3.16
pkgrel=1
pkgdesc='Subcommand to show result of macro expansion and `#[derive]` expansion'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/dtolnay/cargo-expand'
license=('APACHE' 'MIT')
depends=('cargo')
source=("https://github.com/dtolnay/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('d2c0af6b915cfc1be187047658a92dd19d9354b0a9c1ddcf3461ced3f038df0d')
+sha256sums=('d9b626ecb3f8034c966eaff9786b15590fcc35a8f52dfc1921c8d5ce870fbe52')
build() {
cd "$pkgname-$pkgver" || exit 1