summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimdubbins2023-08-08 13:19:57 +0100
committertimdubbins2023-08-08 13:19:57 +0100
commit073fa27928c250dbc294639c5a34a167a2f2e389 (patch)
tree2637992560ff62cbef68a2c66846f57788288c1b /PKGBUILD
parent07963301fada63a92ea2d7e588e80f3d273f6c17 (diff)
downloadaur-073fa27928c250dbc294639c5a34a167a2f2e389.tar.gz
bump to v0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 599fa98ef014..780f1ef5a62a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/timdubbins/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('7f99566e1fdf0fc12271b0316f8c32c8e90bf49209c622db258fd1ab30799dec')
+sha256sums=('85912ed01da2e68e60d8a0e6a6ffe9737bfe2f6ad7096f163bccf2d474839b82')
prepare() {
cd "$pkgname-$pkgver"