Update oh-my-posh-bin to 8.28.0
This commit is contained in:
parent
71d395cd75
commit
81c9bf3418
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.26.1
|
||||
pkgver = 8.28.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-c86a394cc3a51cc46abe63e980da73dd6a8233730a1d0489a885485e5b0a7e0f.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.26.1/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v8.26.1/COPYING
|
||||
sha256sums = c86a394cc3a51cc46abe63e980da73dd6a8233730a1d0489a885485e5b0a7e0f
|
||||
source = themes-105c8df1a2b9b22a1659eef9e9fb1e8ac78214a09e8db47f23f55fe7be216748.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.28.0/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v8.28.0/COPYING
|
||||
sha256sums = 105c8df1a2b9b22a1659eef9e9fb1e8ac78214a09e8db47f23f55fe7be216748
|
||||
sha256sums = a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad
|
||||
source_x86_64 = posh-linux-amd64-d1e60b36d529815dfd6ba791438003523235bbb4d85eb03bd7ec10861bc8556d::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.26.1/posh-linux-amd64
|
||||
sha256sums_x86_64 = d1e60b36d529815dfd6ba791438003523235bbb4d85eb03bd7ec10861bc8556d
|
||||
source_armv7h = posh-linux-arm-54e74ee8138582e10f54c721eab6c3bdcc0bddf32ef56be1fc294fd8605e5528::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.26.1/posh-linux-arm
|
||||
sha256sums_armv7h = 54e74ee8138582e10f54c721eab6c3bdcc0bddf32ef56be1fc294fd8605e5528
|
||||
source_aarch64 = posh-linux-arm64-c99ab8b005912247626f5d49f759ecb88430768124959d63cf157f498b640bdf::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.26.1/posh-linux-arm64
|
||||
sha256sums_aarch64 = c99ab8b005912247626f5d49f759ecb88430768124959d63cf157f498b640bdf
|
||||
source_x86_64 = posh-linux-amd64-07e0b541608fd6dda4ac560386dea790200b9b30f51cbefcaec5afc1b9dc5ff0::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.28.0/posh-linux-amd64
|
||||
sha256sums_x86_64 = 07e0b541608fd6dda4ac560386dea790200b9b30f51cbefcaec5afc1b9dc5ff0
|
||||
source_armv7h = posh-linux-arm-e314ba58f74f853f129669b2878d8a481c44090db3c9c84352657ba9a2f54c42::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.28.0/posh-linux-arm
|
||||
sha256sums_armv7h = e314ba58f74f853f129669b2878d8a481c44090db3c9c84352657ba9a2f54c42
|
||||
source_aarch64 = posh-linux-arm64-3d99c30b46288f07bdf824f1d1f7bce224544eedbc350919723db043bfac40ca::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.28.0/posh-linux-arm64
|
||||
sha256sums_aarch64 = 3d99c30b46288f07bdf824f1d1f7bce224544eedbc350919723db043bfac40ca
|
||||
|
||||
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.26.1
|
||||
pkgver=8.28.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=('c86a394cc3a51cc46abe63e980da73dd6a8233730a1d0489a885485e5b0a7e0f'
|
||||
sha256sums=('105c8df1a2b9b22a1659eef9e9fb1e8ac78214a09e8db47f23f55fe7be216748'
|
||||
'a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad')
|
||||
sha256sums_x86_64=('d1e60b36d529815dfd6ba791438003523235bbb4d85eb03bd7ec10861bc8556d')
|
||||
sha256sums_armv7h=('54e74ee8138582e10f54c721eab6c3bdcc0bddf32ef56be1fc294fd8605e5528')
|
||||
sha256sums_aarch64=('c99ab8b005912247626f5d49f759ecb88430768124959d63cf157f498b640bdf')
|
||||
sha256sums_x86_64=('07e0b541608fd6dda4ac560386dea790200b9b30f51cbefcaec5afc1b9dc5ff0')
|
||||
sha256sums_armv7h=('e314ba58f74f853f129669b2878d8a481c44090db3c9c84352657ba9a2f54c42')
|
||||
sha256sums_aarch64=('3d99c30b46288f07bdf824f1d1f7bce224544eedbc350919723db043bfac40ca')
|
||||
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