summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhou Qiankang2024-12-22 18:51:46 +0800
committerZhou Qiankang2024-12-22 18:51:46 +0800
commit91081669b41223078a254e2c64dead14f4bb2346 (patch)
tree17b825caed5ed0e0e31168d22e9f6e89ab537f5c
parentde9502d8161caf5b88048e3d23c51b8eff144071 (diff)
downloadaur-91081669b41223078a254e2c64dead14f4bb2346.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 83ba86c09880..ce164eb489ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oh-my-posh
pkgdesc = A prompt theme engine for any shell.
- pkgver = 24.15.1
+ pkgver = 24.16.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.15.1.tar.gz::https://github.com/JanDeDobbeleer/oh-my-posh/archive/v24.15.1.tar.gz
- sha256sums = 20f9854fe646d7c10769ff97c6fd9fcf5c6b896bf6175725f53b65e1db9c8d8e
+ source = oh-my-posh-24.16.1.tar.gz::https://github.com/JanDeDobbeleer/oh-my-posh/archive/v24.16.1.tar.gz
+ sha256sums = b561a8d9f3cf04c6a422de8965d9e184731eeace9c0bc5f2df15f3e9acc67e91
pkgname = oh-my-posh
diff --git a/PKGBUILD b/PKGBUILD
index 7f97cca7bfe6..390b6857dcb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wszqkzqk <wszqkzqk@qq.com>
pkgname=oh-my-posh
-pkgver=24.15.1
+pkgver=24.16.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=('20f9854fe646d7c10769ff97c6fd9fcf5c6b896bf6175725f53b65e1db9c8d8e')
+sha256sums=('b561a8d9f3cf04c6a422de8965d9e184731eeace9c0bc5f2df15f3e9acc67e91')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"