summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6c082420d3a..21df8edc8549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=cargo-generate
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='Use pre-existing git repositories as templates'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/ashleygwilliams/$pkgname"
license=('APACHE' 'MIT')
depends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ashleygwilliams/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('c44dc534651d531ffdf0ad4c4e2cba2b966a057aca88827ef6938957ba3800fc')
+sha256sums=('1146dd9dfa9a4d7bb94a2be105f452e3f89e609a88ae87d7de39f5da943467d6')
build() {
cd "$pkgname-$pkgver"