From 5aff1cbefd4cd00c578a2ba50bac6dafa3f75985 Mon Sep 17 00:00:00 2001 From: ognevnydemon Date: Fri, 29 Mar 2024 19:06:44 +0300 Subject: [PATCH] starship: update to 1.18.2 --- mingw-w64-starship/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-starship/PKGBUILD b/mingw-w64-starship/PKGBUILD index a50f999594..1dac113563 100644 --- a/mingw-w64-starship/PKGBUILD +++ b/mingw-w64-starship/PKGBUILD @@ -3,7 +3,7 @@ _realname=starship pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.18.1 +pkgver=1.18.2 pkgrel=1 pkgdesc="The cross-shell prompt for astronauts (mingw-w64)" arch=('any') @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust" optdepends=("${MINGW_PACKAGE_PREFIX}-ttf-font-nerd: Nerd Font Symbols preset") options=('!strip' '!lto') # done at build stage source=("https://github.com/starship/starship/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('2ab61ae3d2e256266191f670a76a35fd06310ada2777efa0f2b6d2602071d13b') +sha256sums=('505100002efe93dbff702edd82f814cadc340335487993e76dd6777dba461a7a') noextract=("${_realname}-${pkgver}.tar.gz") prepare() {