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 8d96f01d70e0..a2749dbbd781 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gitname=dylint
pkgname=dylint-link
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=0
pkgdesc="A wrapper around Rust's default linker to help create Dylint libraries"
arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://github.com/trailofbits/${_gitname}"
license=('MIT')
makedepends=('rust')
source=("https://github.com/trailofbits/${_gitname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('f7bb9c7d687db520cb07910afdab056173a7bb9e6bf98e3de4265817a8bff80c')
+sha256sums=('46bd07eb4975713bd9004ead592e139a62f1fa6b6b9b46999e2695c20278feb3')
build() {
cd "$srcdir/${_gitname}-${pkgver}"