upgpkg: cargo-geiger 0.11.3-1

primary
George Rawlinson 2022-06-18 12:58:22 +12:00
parent 44caf4ac95
commit 0152db2475
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=cargo-geiger
pkgver=0.11.2
pkgver=0.11.3
pkgrel=1
pkgdesc="Detects usage of unsafe Rust in a Rust crate and its dependencies"
pkgdesc='Detects usage of unsafe Rust in a Rust crate and its dependencies'
arch=('x86_64')
url="https://github.com/rust-secure-code/cargo-geiger"
url='https://github.com/rust-secure-code/cargo-geiger'
license=('Apache' 'MIT')
depends=('curl')
makedepends=('git' 'rust')
options=('!lto')
_commit='33f939738299c8da9247e60adab8a008da145b88'
_commit='ce60c0b49131c1d937353f4c221ca43f22d52ced'
source=("$pkgname::git+$url.git#commit=$_commit")
md5sums=('SKIP')