Update oh-my-posh-bin package to 7.86.0
This commit is contained in:
parent
d272fb81ea
commit
2755b0b01f
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.85.3
|
||||
pkgver = 7.86.0
|
||||
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-3950d2362e5d14ebd840bc4afa5df2c47c397d9cff789ca5b3be1d20cdabbbb2.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.85.3/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v7.85.3/COPYING
|
||||
sha256sums = 3950d2362e5d14ebd840bc4afa5df2c47c397d9cff789ca5b3be1d20cdabbbb2
|
||||
source = themes-046f4b0a9e5139419267a19e90580439587cf166347508af48ea34d0175e4cfe.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.86.0/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v7.86.0/COPYING
|
||||
sha256sums = 046f4b0a9e5139419267a19e90580439587cf166347508af48ea34d0175e4cfe
|
||||
sha256sums = a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad
|
||||
source_x86_64 = posh-linux-amd64-239b9931cc8352c7e4d058e9dbded3af842fc378094479246e391b6264d2e191::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.85.3/posh-linux-amd64
|
||||
sha256sums_x86_64 = 239b9931cc8352c7e4d058e9dbded3af842fc378094479246e391b6264d2e191
|
||||
source_armv7h = posh-linux-arm-91dd0ee7e6c2de184397f47bbb456e02749b2b691ac3c5c77bfa6032a31ac497::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.85.3/posh-linux-arm
|
||||
sha256sums_armv7h = 91dd0ee7e6c2de184397f47bbb456e02749b2b691ac3c5c77bfa6032a31ac497
|
||||
source_aarch64 = posh-linux-arm64-f3134bafb9b32afc44d6df79a15a96ddf0b3215e01cc6bdccc1274dc46185c58::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.85.3/posh-linux-arm64
|
||||
sha256sums_aarch64 = f3134bafb9b32afc44d6df79a15a96ddf0b3215e01cc6bdccc1274dc46185c58
|
||||
source_x86_64 = posh-linux-amd64-cec872ad1680396bee79d5edab1d1ccfaecdbd7747917e651146fcad81e305f3::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.86.0/posh-linux-amd64
|
||||
sha256sums_x86_64 = cec872ad1680396bee79d5edab1d1ccfaecdbd7747917e651146fcad81e305f3
|
||||
source_armv7h = posh-linux-arm-185307620148bb91e94feb04165d2f4e597f2f94249c9878b382fb6c8e51a1a4::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.86.0/posh-linux-arm
|
||||
sha256sums_armv7h = 185307620148bb91e94feb04165d2f4e597f2f94249c9878b382fb6c8e51a1a4
|
||||
source_aarch64 = posh-linux-arm64-a8b383312441e2c0e20246f4ad1956fd1c93d6eda3d3fc13d36a59d2af3eee09::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.86.0/posh-linux-arm64
|
||||
sha256sums_aarch64 = a8b383312441e2c0e20246f4ad1956fd1c93d6eda3d3fc13d36a59d2af3eee09
|
||||
|
||||
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.85.3
|
||||
pkgver=7.86.0
|
||||
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=('3950d2362e5d14ebd840bc4afa5df2c47c397d9cff789ca5b3be1d20cdabbbb2'
|
||||
sha256sums=('046f4b0a9e5139419267a19e90580439587cf166347508af48ea34d0175e4cfe'
|
||||
'a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad')
|
||||
sha256sums_x86_64=('239b9931cc8352c7e4d058e9dbded3af842fc378094479246e391b6264d2e191')
|
||||
sha256sums_armv7h=('91dd0ee7e6c2de184397f47bbb456e02749b2b691ac3c5c77bfa6032a31ac497')
|
||||
sha256sums_aarch64=('f3134bafb9b32afc44d6df79a15a96ddf0b3215e01cc6bdccc1274dc46185c58')
|
||||
sha256sums_x86_64=('cec872ad1680396bee79d5edab1d1ccfaecdbd7747917e651146fcad81e305f3')
|
||||
sha256sums_armv7h=('185307620148bb91e94feb04165d2f4e597f2f94249c9878b382fb6c8e51a1a4')
|
||||
sha256sums_aarch64=('a8b383312441e2c0e20246f4ad1956fd1c93d6eda3d3fc13d36a59d2af3eee09')
|
||||
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