summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknight422018-10-10 12:13:13 +0800
committerknight422018-10-10 12:13:13 +0800
commitf4a508aa68b137cd50bcaf6c26eeadfcbb7b01e1 (patch)
tree97bd9a2c579dfd5078257c9d38fc535d6274c850 /PKGBUILD
parentf22252a51cb6fdb11acaf7001ca57445d9c1f910 (diff)
downloadaur-f4a508aa68b137cd50bcaf6c26eeadfcbb7b01e1.tar.gz
bump to 0.3.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42c8a9d3c53b..bec3abeeb39d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.3.16
+pkgver=0.3.20
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=('d9b626ecb3f8034c966eaff9786b15590fcc35a8f52dfc1921c8d5ce870fbe52')
+sha256sums=('7ad22cb02b27c0cc1495679918f6899a3b869944678fafff2f1bfc4008f91afb')
build() {
cd "$pkgname-$pkgver" || exit 1