Skip to content

Commit

Permalink
fastfetch: update to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi authored and Biswa96 committed Dec 7, 2023
1 parent c0f245f commit 6d6a906
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.3.2
pkgver=2.3.3
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=("${_realname}-${pkgver}.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('6bccaac2b32248b7e1d9a1c6adaf063363db3f43ac0a6da202140948e6f5c249')
sha256sums=('81ff290af3e1d93927e871500644d330a40422087450ddd64aa5be31e8232616')

prepare() {
cd ${srcdir}/${_realname}-${pkgver}
Expand Down

0 comments on commit 6d6a906

Please sign in to comment.