summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Malaco2023-08-06 11:25:43 -0300
committerJonas Malaco2023-08-06 11:25:43 -0300
commit933f744e2b7717908d8ed167f6638caede85ffab (patch)
tree5cd97311fd0bed466ff08f5939a29d478663f6c7 /PKGBUILD
parent0f7c0b6fdfe4bcfadb48d77ade5d94b30d1d3a1c (diff)
downloadaur-cargo-llvm-lines.tar.gz
Update to 0.4.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 785a3240ee9b..66401b396c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonas Malaco <jonas@protocubo.io>
pkgname=cargo-llvm-lines
-pkgver=0.4.31
+pkgver=0.4.32
pkgrel=1
pkgdesc="Count the number of lines of LLVM IR across all instantiations of a generic function"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
@@ -12,7 +12,7 @@ depends=(
glibc
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('602f06b1bf9520a54642ffdda10c02aa04818e7e24005bd821f577992da88834')
+sha256sums=('cb815a297dc32e61a2e9b9d4a129c09ec0985921e0327ede671482428d4e5a8c')
prepare() {
cd "$pkgname-$pkgver"