Skip to content

Commit

Permalink
fastfetch: update to 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi authored and Biswa96 committed Aug 5, 2024
1 parent 3aef43f commit 7cd480e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-fastfetch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=fastfetch
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.20.0
pkgver=2.21.0
pkgrel=1
pkgdesc="A neofetch-like tool for fetching system information and displaying them in a pretty way (mingw-w64)"
arch=('any')
Expand All @@ -21,7 +21,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=('461f64bda6ab4a33085b1b75afd01e72a7d0556b678852b95fbea4916ceec2a8')
sha256sums=('21d085a612b6bd9ab0f4e7bffe2632e313e6f67d432251cfd5a7f877b7194733')

build() {
declare -a extra_config
Expand Down

0 comments on commit 7cd480e

Please sign in to comment.