Update oh-my-posh-bin to 8.22.7

This commit is contained in:
Kamack38 2022-07-27 18:46:41 +00:00
parent 1b1b8ac360
commit d68483e650
2 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
pkgbase = oh-my-posh-bin
pkgdesc = A prompt theme engine for any shell.
pkgver = 8.22.6
pkgver = 8.22.7
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-aaabbc2aab4855bf225123cdd7547b5d5eb4236d0dc43589793ee8ee94cefc5b.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.22.6/themes.zip
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v8.22.6/COPYING
sha256sums = aaabbc2aab4855bf225123cdd7547b5d5eb4236d0dc43589793ee8ee94cefc5b
source = themes-06c57314898618b029523a98ee75ac7edceea66a31ab3a2c203718188ea17b50.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.22.7/themes.zip
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v8.22.7/COPYING
sha256sums = 06c57314898618b029523a98ee75ac7edceea66a31ab3a2c203718188ea17b50
sha256sums = a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad
source_x86_64 = posh-linux-amd64-b93c500f37be0aac0ae73d4d226f919499a85ee09a17aa53c3961b0fe93bf86b::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.22.6/posh-linux-amd64
sha256sums_x86_64 = b93c500f37be0aac0ae73d4d226f919499a85ee09a17aa53c3961b0fe93bf86b
source_armv7h = posh-linux-arm-282f7a32a23f50c6341d4130e07a488f145373ba820dd8b122fec0c3be2a2fb7::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.22.6/posh-linux-arm
sha256sums_armv7h = 282f7a32a23f50c6341d4130e07a488f145373ba820dd8b122fec0c3be2a2fb7
source_aarch64 = posh-linux-arm64-730ab5a7b20fcb1b6abea773bb0bca95220c3f032d71e1d919098fcf5cb019ca::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.22.6/posh-linux-arm64
sha256sums_aarch64 = 730ab5a7b20fcb1b6abea773bb0bca95220c3f032d71e1d919098fcf5cb019ca
source_x86_64 = posh-linux-amd64-302b80694e2c21d7a9c9f7eb25b2d96ee4fdb23688cd0ad9fb1b367addca2039::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.22.7/posh-linux-amd64
sha256sums_x86_64 = 302b80694e2c21d7a9c9f7eb25b2d96ee4fdb23688cd0ad9fb1b367addca2039
source_armv7h = posh-linux-arm-4f9d55e8da2aa5845b22b1db91c831e5a2b7f28eead22780e8c0ec0aaa4fdaab::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.22.7/posh-linux-arm
sha256sums_armv7h = 4f9d55e8da2aa5845b22b1db91c831e5a2b7f28eead22780e8c0ec0aaa4fdaab
source_aarch64 = posh-linux-arm64-35d53c87385ee8bd9240d5c1aeea74c72abdbd086af17aa28411124964d5d09c::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.22.7/posh-linux-arm64
sha256sums_aarch64 = 35d53c87385ee8bd9240d5c1aeea74c72abdbd086af17aa28411124964d5d09c
pkgname = oh-my-posh-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Kamack38 <kamack38.biznes@gmail.com>
_pkgname='oh-my-posh'
pkgname="${_pkgname}-bin"
pkgver=8.22.6
pkgver=8.22.7
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=('aaabbc2aab4855bf225123cdd7547b5d5eb4236d0dc43589793ee8ee94cefc5b'
sha256sums=('06c57314898618b029523a98ee75ac7edceea66a31ab3a2c203718188ea17b50'
'a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad')
sha256sums_x86_64=('b93c500f37be0aac0ae73d4d226f919499a85ee09a17aa53c3961b0fe93bf86b')
sha256sums_armv7h=('282f7a32a23f50c6341d4130e07a488f145373ba820dd8b122fec0c3be2a2fb7')
sha256sums_aarch64=('730ab5a7b20fcb1b6abea773bb0bca95220c3f032d71e1d919098fcf5cb019ca')
sha256sums_x86_64=('302b80694e2c21d7a9c9f7eb25b2d96ee4fdb23688cd0ad9fb1b367addca2039')
sha256sums_armv7h=('4f9d55e8da2aa5845b22b1db91c831e5a2b7f28eead22780e8c0ec0aaa4fdaab')
sha256sums_aarch64=('35d53c87385ee8bd9240d5c1aeea74c72abdbd086af17aa28411124964d5d09c')
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"