summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXDR2024-04-13 22:30:13 -0500
committerXDR2024-04-13 22:30:13 -0500
commitfd377cedfc5a91d8613b17dead086294db6f22ed (patch)
tree95d77136b3eeffaf30dc1d81da06e052edf49e7f /PKGBUILD
parent1770491f20f4f38a7e3d7a915c666b83289da158 (diff)
downloadaur-xfetch-bin.tar.gz
Update to xFetch 2.1.3, added sha256 for xfetch.tar
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1295648f3a04..6794bf9f1e09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: XDR <xxdr@duck.com>
pkgname="xfetch-bin"
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc="A simple fetch written in Rust."
-arch=('any')
+arch=('x86_64')
url="https://gitlab.com/XDRwastaken/xFetch"
license=('MIT')
source=(
- "https://gitlab.com/XDRwastaken/archived/-/raw/main/xFetch/xfetch_2.1.2.tar.gz"
+ "https://gitlab.com/XDRwastaken/archived/-/raw/main/xFetch/xfetch_2.1.3.tar.gz"
"https://gitlab.com/XDRwastaken/xFetch/-/raw/main/LICENSE"
)
sha256sums=(
- 'SKIP'
+ 'ddcbc869a5570fbd1160140e9a44f6c81061d2c009910064a98ee94814ca144f'
'SKIP'
)