Skip to content

Commit

Permalink
fastfetch: update to 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi authored and Biswa96 committed Mar 15, 2024
1 parent c8c31a0 commit 0fc9b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-fastfetch/PKGBUILD
Expand Up @@ -3,7 +3,7 @@
_realname=fastfetch
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.8.8
pkgver=2.8.9
pkgrel=1
pkgdesc="A neofetch-like tool for fetching system information and displaying them in a pretty way (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
optdepends=("${MINGW_PACKAGE_PREFIX}-vulkan-loader: For Vulkan support detection"
"${MINGW_PACKAGE_PREFIX}-opencl-icd: For OpenCL support detection")
source=("https://github.com/fastfetch-cli/fastfetch/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('179c4a4d9e725104ebabd5932b1d659a99dbdfc225a1ee0261944d168abccf05')
sha256sums=('36211738354869a274c8b9c145258b86a9156573586e2fba0c5e8410d5a8c469')

build() {
declare -a extra_config
Expand Down

0 comments on commit 0fc9b1a

Please sign in to comment.