starship: update to 1.18.2

This commit is contained in:
ognevnydemon
2024-03-29 19:06:44 +03:00
committed by Maksim Bondarenkov
parent e21ea4e070
commit 5aff1cbefd

View File

@@ -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() {