summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThatOneCalculator2024-01-13 14:25:58 -0800
committerThatOneCalculator2024-01-13 14:25:58 -0800
commit8153c98e7c7a2196d780dfa24fc9d9cac8e72446 (patch)
tree62d4c1b19429758f439f910a56a39043bfdf2271 /PKGBUILD
parentfb5597ed4abd847cdc1c131e8618fb6f4507c8d1 (diff)
downloadaur-8153c98e7c7a2196d780dfa24fc9d9cac8e72446.tar.gz
7.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1085df5414a9..382a8a875616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoa@t1c.dev>
pkgname="nerdfetch"
-pkgver=7.2.0
+pkgver=7.2.1
pkgrel=1
pkgdesc="A POSIX fetch using NerdFonts"
arch=('any')
@@ -10,7 +10,7 @@ depends=('which')
optdepends=('nerd-fonts: NerdFont to show icons in fetch')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thatonecalculator/NerdFetch/archive/refs/tags/v${pkgver}.tar.gz")
noextract=()
-sha256sums=('112a7ef87d7ed177ff711b972baea662da0fc70bd27e671733576e4da3da2efa')
+sha256sums=('40f408c2a17c94e1feadddc7c891cf00a00aaa37de88b3e6f1cb4ea347ee0c3e')
sourcedir="NerdFetch-${pkgver}"