Update oh-my-posh-bin package to 7.94.1
This commit is contained in:
parent
4fef1aff63
commit
dc83b28aa9
2 changed files with 15 additions and 15 deletions
20
.SRCINFO
20
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = oh-my-posh-bin
|
||||
pkgdesc = A prompt theme engine for any shell.
|
||||
pkgver = 7.93.1
|
||||
pkgver = 7.94.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/JanDeDobbeleer/oh-my-posh
|
||||
arch = x86_64
|
||||
|
@ -14,15 +14,15 @@ pkgbase = oh-my-posh-bin
|
|||
provides = oh-my-posh
|
||||
conflicts = oh-my-posh
|
||||
noextract = themes.zip
|
||||
source = themes-6d0018d6e0036326a76735a0a1f30fbc916f380014888ca723088b1213d602da.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.93.1/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v7.93.1/COPYING
|
||||
sha256sums = 6d0018d6e0036326a76735a0a1f30fbc916f380014888ca723088b1213d602da
|
||||
source = themes-04c3a7108b0d40d74033a9046176253d62b7b75be7d221045a3a61d5c76ce3c6.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.94.1/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v7.94.1/COPYING
|
||||
sha256sums = 04c3a7108b0d40d74033a9046176253d62b7b75be7d221045a3a61d5c76ce3c6
|
||||
sha256sums = a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad
|
||||
source_x86_64 = posh-linux-amd64-44542f274037be5c98fc135fc46f5b18443f101fcec9b494a731636a1c8d3c51::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.93.1/posh-linux-amd64
|
||||
sha256sums_x86_64 = 44542f274037be5c98fc135fc46f5b18443f101fcec9b494a731636a1c8d3c51
|
||||
source_armv7h = posh-linux-arm-35e1d256d7c65743663750b718dfd16bb0cc3ae9c76bb9a79666e254fc946511::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.93.1/posh-linux-arm
|
||||
sha256sums_armv7h = 35e1d256d7c65743663750b718dfd16bb0cc3ae9c76bb9a79666e254fc946511
|
||||
source_aarch64 = posh-linux-arm64-572bccb398c7296245659d5c33abe88623fc296467d915e954057f15023cd90d::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.93.1/posh-linux-arm64
|
||||
sha256sums_aarch64 = 572bccb398c7296245659d5c33abe88623fc296467d915e954057f15023cd90d
|
||||
source_x86_64 = posh-linux-amd64-308b9b5b6a81306b344e220c4d144008df1be73f14877df9cddae673fdbcbc18::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.94.1/posh-linux-amd64
|
||||
sha256sums_x86_64 = 308b9b5b6a81306b344e220c4d144008df1be73f14877df9cddae673fdbcbc18
|
||||
source_armv7h = posh-linux-arm-c75b9cb97366f9ba92e112b75664f006bfd62d59ea404b0928823223337f1c95::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.94.1/posh-linux-arm
|
||||
sha256sums_armv7h = c75b9cb97366f9ba92e112b75664f006bfd62d59ea404b0928823223337f1c95
|
||||
source_aarch64 = posh-linux-arm64-ae5c139ad50c9cba502842969f4cbad82d3406960c956818a3fee57986cc042d::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.94.1/posh-linux-arm64
|
||||
sha256sums_aarch64 = ae5c139ad50c9cba502842969f4cbad82d3406960c956818a3fee57986cc042d
|
||||
|
||||
pkgname = oh-my-posh-bin
|
||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Kamack38 <kamack38.biznes@gmail.com>
|
||||
_pkgname='oh-my-posh'
|
||||
pkgname="${_pkgname}-bin"
|
||||
pkgver=7.93.1
|
||||
pkgver=7.94.1
|
||||
pkgrel=1
|
||||
pkgdesc="A prompt theme engine for any shell."
|
||||
arch=('x86_64' 'armv7h' 'aarch64')
|
||||
|
@ -10,11 +10,11 @@ license=('MIT')
|
|||
makedepends=('curl' 'grep' 'sed' 'unzip')
|
||||
provides=("${_pkgname}")
|
||||
conflicts=("${_pkgname}")
|
||||
sha256sums=('6d0018d6e0036326a76735a0a1f30fbc916f380014888ca723088b1213d602da'
|
||||
sha256sums=('04c3a7108b0d40d74033a9046176253d62b7b75be7d221045a3a61d5c76ce3c6'
|
||||
'a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad')
|
||||
sha256sums_x86_64=('44542f274037be5c98fc135fc46f5b18443f101fcec9b494a731636a1c8d3c51')
|
||||
sha256sums_armv7h=('35e1d256d7c65743663750b718dfd16bb0cc3ae9c76bb9a79666e254fc946511')
|
||||
sha256sums_aarch64=('572bccb398c7296245659d5c33abe88623fc296467d915e954057f15023cd90d')
|
||||
sha256sums_x86_64=('308b9b5b6a81306b344e220c4d144008df1be73f14877df9cddae673fdbcbc18')
|
||||
sha256sums_armv7h=('c75b9cb97366f9ba92e112b75664f006bfd62d59ea404b0928823223337f1c95')
|
||||
sha256sums_aarch64=('ae5c139ad50c9cba502842969f4cbad82d3406960c956818a3fee57986cc042d')
|
||||
source=(
|
||||
"themes-${sha256sums[0]}.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$pkgver/themes.zip"
|
||||
"LICENSE-${sha256sums[1]}::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v${pkgver}/COPYING"
|
||||
|
|
Loading…
Reference in a new issue