summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhou Qiankang2024-12-30 11:56:54 +0800
committerZhou Qiankang2024-12-30 11:56:54 +0800
commite3a51c4727323cfad7af44516116f190d78b24a3 (patch)
tree026ceadcd620e5da651a30390e911e8ba79d10f1
parent91081669b41223078a254e2c64dead14f4bb2346 (diff)
downloadaur-e3a51c4727323cfad7af44516116f190d78b24a3.tar.gz
Updated by update.sh
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce164eb489ea..dd5f07ef1229 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oh-my-posh
pkgdesc = A prompt theme engine for any shell.
- pkgver = 24.16.1
+ pkgver = 24.17.1
pkgrel = 1
url = https://github.com/JanDeDobbeleer/oh-my-posh
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = oh-my-posh
makedepends = go
makedepends = gcc
depends = glibc
- source = oh-my-posh-24.16.1.tar.gz::https://github.com/JanDeDobbeleer/oh-my-posh/archive/v24.16.1.tar.gz
- sha256sums = b561a8d9f3cf04c6a422de8965d9e184731eeace9c0bc5f2df15f3e9acc67e91
+ source = oh-my-posh-24.17.1.tar.gz::https://github.com/JanDeDobbeleer/oh-my-posh/archive/v24.17.1.tar.gz
+ sha256sums = c53c8c62bdc116a9ff11a54f5a0a8f9e0ac1ba594adcfe7dbf4941d663154636
pkgname = oh-my-posh
diff --git a/PKGBUILD b/PKGBUILD
index 390b6857dcb2..d76e55a51013 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wszqkzqk <wszqkzqk@qq.com>
pkgname=oh-my-posh
-pkgver=24.16.1
+pkgver=24.17.1
pkgrel=1
pkgdesc="A prompt theme engine for any shell."
arch=('x86_64' 'armv7h' 'aarch64' 'riscv64' 'loong64')
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('go' 'gcc')
depends=('glibc')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('b561a8d9f3cf04c6a422de8965d9e184731eeace9c0bc5f2df15f3e9acc67e91')
+sha256sums=('c53c8c62bdc116a9ff11a54f5a0a8f9e0ac1ba594adcfe7dbf4941d663154636')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"