diff options
author | Sophia | 2025-01-27 19:46:45 +0000 |
---|---|---|
committer | Sophia | 2025-01-27 19:46:45 +0000 |
commit | b5a0d6fbe8d4a7811e9a607d3f90f9b562ad76ea (patch) | |
tree | 125759207bfc285ca4ab2b22ba0c013ca5adfa06 | |
parent | a4c462df4ba12d56d03ce06a673ed2cfd108cbc4 (diff) | |
download | aur-b5a0d6fbe8d4a7811e9a607d3f90f9b562ad76ea.tar.gz |
v0.1.1
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=ftch-bin -pkgver=0.1.0 +pkgver=0.1.1 pkgrel=1 pkgdesc="A fast, tiny system fetch utility." url="https://github.com/Sophed/ftch" @@ -12,7 +12,7 @@ arch=("x86_64") provides=("ftch") conflicts=("ftch") source=("https://github.com/Sophed/ftch/releases/download/v$pkgver/ftch-$pkgver-x86_64.tar.gz") -sha256sums=("4caeb456775ce08032282a35914d3e031fc8bafd7709fb39ae34098f86a4b24d") +sha256sums=("03cde88d68abd15994526aaeb32f84d7fafe05e9b335d808aaf4cc819ad96577") package() { install -Dm755 ftch -t "$pkgdir/usr/bin" |