Update oh-my-posh-bin package to 8.0.1
This commit is contained in:
parent
b4c19b0e88
commit
386f5da016
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.95.0
|
||||
pkgver = 8.0.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-97ae4ea1515a3a8a67d62311e0185fa4c920105342acadd0a2fca6466286a020.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.95.0/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v7.95.0/COPYING
|
||||
sha256sums = 97ae4ea1515a3a8a67d62311e0185fa4c920105342acadd0a2fca6466286a020
|
||||
source = themes-d4c8f8ffe3d6b0cb4a2973a0f132a98a08cee3212dea9e64ad7b0a26b44bf27b.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.0.1/themes.zip
|
||||
source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v8.0.1/COPYING
|
||||
sha256sums = d4c8f8ffe3d6b0cb4a2973a0f132a98a08cee3212dea9e64ad7b0a26b44bf27b
|
||||
sha256sums = a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad
|
||||
source_x86_64 = posh-linux-amd64-2ba997eb3e1960df37596022b0283759568fbec1d57a526afb0dce481a0a78eb::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.95.0/posh-linux-amd64
|
||||
sha256sums_x86_64 = 2ba997eb3e1960df37596022b0283759568fbec1d57a526afb0dce481a0a78eb
|
||||
source_armv7h = posh-linux-arm-8df9d4fa6f172e9912e5207861ac37fd3561152489594ed830a45d920f90c258::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.95.0/posh-linux-arm
|
||||
sha256sums_armv7h = 8df9d4fa6f172e9912e5207861ac37fd3561152489594ed830a45d920f90c258
|
||||
source_aarch64 = posh-linux-arm64-3a37c54df7f0624ce1c4da65f078c7a60e83c34569ab7a6018f0c717e08a792c::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.95.0/posh-linux-arm64
|
||||
sha256sums_aarch64 = 3a37c54df7f0624ce1c4da65f078c7a60e83c34569ab7a6018f0c717e08a792c
|
||||
source_x86_64 = posh-linux-amd64-4c9cb1d96e9fd908f47554543455146669062752e14314b07a19ab42b0aa2beb::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.0.1/posh-linux-amd64
|
||||
sha256sums_x86_64 = 4c9cb1d96e9fd908f47554543455146669062752e14314b07a19ab42b0aa2beb
|
||||
source_armv7h = posh-linux-arm-8e8616460442ea8d54f35b94ef072a89039c8eb7846193576e1f866be9f9c1b6::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.0.1/posh-linux-arm
|
||||
sha256sums_armv7h = 8e8616460442ea8d54f35b94ef072a89039c8eb7846193576e1f866be9f9c1b6
|
||||
source_aarch64 = posh-linux-arm64-11cf5157d7c2d6d41be6dc5c90d0539306ae0d98ba3dbb61c022ec8841a28a16::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.0.1/posh-linux-arm64
|
||||
sha256sums_aarch64 = 11cf5157d7c2d6d41be6dc5c90d0539306ae0d98ba3dbb61c022ec8841a28a16
|
||||
|
||||
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.95.0
|
||||
pkgver=8.0.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=('97ae4ea1515a3a8a67d62311e0185fa4c920105342acadd0a2fca6466286a020'
|
||||
sha256sums=('d4c8f8ffe3d6b0cb4a2973a0f132a98a08cee3212dea9e64ad7b0a26b44bf27b'
|
||||
'a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad')
|
||||
sha256sums_x86_64=('2ba997eb3e1960df37596022b0283759568fbec1d57a526afb0dce481a0a78eb')
|
||||
sha256sums_armv7h=('8df9d4fa6f172e9912e5207861ac37fd3561152489594ed830a45d920f90c258')
|
||||
sha256sums_aarch64=('3a37c54df7f0624ce1c4da65f078c7a60e83c34569ab7a6018f0c717e08a792c')
|
||||
sha256sums_x86_64=('4c9cb1d96e9fd908f47554543455146669062752e14314b07a19ab42b0aa2beb')
|
||||
sha256sums_armv7h=('8e8616460442ea8d54f35b94ef072a89039c8eb7846193576e1f866be9f9c1b6')
|
||||
sha256sums_aarch64=('11cf5157d7c2d6d41be6dc5c90d0539306ae0d98ba3dbb61c022ec8841a28a16')
|
||||
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