Update oh-my-posh-bin to 8.30.0
This commit is contained in:
parent
14d45aab65
commit
f8eda9ed6a
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 = 8.29.5
|
||||
pkgver = 8.30.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-86177938376332838074829530d02c55d93d49d270e6b5fed6b153f82c410c6f.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.29.5/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v8.29.5/COPYING
|
||||
sha256sums = 86177938376332838074829530d02c55d93d49d270e6b5fed6b153f82c410c6f
|
||||
source = themes-58ba9a9a18b0d81c2e20e09eecb585894ea4a3ac917c69c84d983a729560a462.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.30.0/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v8.30.0/COPYING
|
||||
sha256sums = 58ba9a9a18b0d81c2e20e09eecb585894ea4a3ac917c69c84d983a729560a462
|
||||
sha256sums = a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad
|
||||
source_x86_64 = posh-linux-amd64-f16de238b7fa8e8009d7df64cb4bbb6849b082a6d06e68c715f92f761d70168c::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.29.5/posh-linux-amd64
|
||||
sha256sums_x86_64 = f16de238b7fa8e8009d7df64cb4bbb6849b082a6d06e68c715f92f761d70168c
|
||||
source_armv7h = posh-linux-arm-60c74044bf41eafe8b5847eee2fb748367275a7deaebd84edba3c7470e7179d4::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.29.5/posh-linux-arm
|
||||
sha256sums_armv7h = 60c74044bf41eafe8b5847eee2fb748367275a7deaebd84edba3c7470e7179d4
|
||||
source_aarch64 = posh-linux-arm64-dbdd8b8565fcc6334654f152ae8101a764f627cca39ce7216ce50a44f40bd50f::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.29.5/posh-linux-arm64
|
||||
sha256sums_aarch64 = dbdd8b8565fcc6334654f152ae8101a764f627cca39ce7216ce50a44f40bd50f
|
||||
source_x86_64 = posh-linux-amd64-7d13e988daddfe139b7b061ad6b04851852650084fb806ac686dfb8cb974ee78::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.30.0/posh-linux-amd64
|
||||
sha256sums_x86_64 = 7d13e988daddfe139b7b061ad6b04851852650084fb806ac686dfb8cb974ee78
|
||||
source_armv7h = posh-linux-arm-7ad1c0165143604072964d14ee6fe1cd1e8c3fea01ae46d6e86fad526a740873::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.30.0/posh-linux-arm
|
||||
sha256sums_armv7h = 7ad1c0165143604072964d14ee6fe1cd1e8c3fea01ae46d6e86fad526a740873
|
||||
source_aarch64 = posh-linux-arm64-fd47d045e47931507220be9b61e9d641157080ce813e6040096ce5c21f612c4c::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.30.0/posh-linux-arm64
|
||||
sha256sums_aarch64 = fd47d045e47931507220be9b61e9d641157080ce813e6040096ce5c21f612c4c
|
||||
|
||||
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=8.29.5
|
||||
pkgver=8.30.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=('86177938376332838074829530d02c55d93d49d270e6b5fed6b153f82c410c6f'
|
||||
sha256sums=('58ba9a9a18b0d81c2e20e09eecb585894ea4a3ac917c69c84d983a729560a462'
|
||||
'a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad')
|
||||
sha256sums_x86_64=('f16de238b7fa8e8009d7df64cb4bbb6849b082a6d06e68c715f92f761d70168c')
|
||||
sha256sums_armv7h=('60c74044bf41eafe8b5847eee2fb748367275a7deaebd84edba3c7470e7179d4')
|
||||
sha256sums_aarch64=('dbdd8b8565fcc6334654f152ae8101a764f627cca39ce7216ce50a44f40bd50f')
|
||||
sha256sums_x86_64=('7d13e988daddfe139b7b061ad6b04851852650084fb806ac686dfb8cb974ee78')
|
||||
sha256sums_armv7h=('7ad1c0165143604072964d14ee6fe1cd1e8c3fea01ae46d6e86fad526a740873')
|
||||
sha256sums_aarch64=('fd47d045e47931507220be9b61e9d641157080ce813e6040096ce5c21f612c4c')
|
||||
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