summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknight422018-02-26 01:32:43 +0800
committerknight422018-02-26 01:32:43 +0800
commitb8f12b4bec44d18f42efe77b8d7cbb46058d1599 (patch)
tree7e90e5a95dded29b26f70238e23f6ab8bec2f791 /PKGBUILD
parent333887924da78a75165f111aad5497b575f84eab (diff)
downloadaur-b8f12b4bec44d18f42efe77b8d7cbb46058d1599.tar.gz
Update to 0.3.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c30ac60994b9..fe8f93292002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cargo-expand
-pkgver=0.3.9
+pkgver=0.3.12
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")
-md5sums=('48b7e3cc488418638dc68a72431e1235')
+sha256sums=('12efde7b6cbcf00ca04dd483cb7df0efa08c81fe748cd095d186f6e9ae2b6884')
build() {
cd "$pkgname-$pkgver" || exit 1