From e07132dfe59065871eb2e3e24fe21a1af0dc65a0 Mon Sep 17 00:00:00 2001 From: Kamack38 Date: Fri, 1 Jul 2022 18:48:16 +0000 Subject: [PATCH] Update oh-my-posh-bin package to 8.9.2 --- .SRCINFO | 20 ++++++++++---------- PKGBUILD | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6ebe89e3c3c..fa5595aacac 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = oh-my-posh-bin pkgdesc = A prompt theme engine for any shell. - pkgver = 8.8.0 + pkgver = 8.9.2 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-a0a33ee1d4fab254ad2da2843e17173bcdf7b798165afc5060320c4da31a7579.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.8.0/themes.zip - source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v8.8.0/COPYING - sha256sums = a0a33ee1d4fab254ad2da2843e17173bcdf7b798165afc5060320c4da31a7579 + source = themes-7b7df5c3780c12c336f95a4470bd3d1470cec65426ccc21390b657705c3c3c36.zip::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.9.2/themes.zip + source = LICENSE-a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad::https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v8.9.2/COPYING + sha256sums = 7b7df5c3780c12c336f95a4470bd3d1470cec65426ccc21390b657705c3c3c36 sha256sums = a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad - source_x86_64 = posh-linux-amd64-92d2d78bd9e647949f3f30d8735c4283cf728d758cc0ae5b6c372b817cdaec25::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.8.0/posh-linux-amd64 - sha256sums_x86_64 = 92d2d78bd9e647949f3f30d8735c4283cf728d758cc0ae5b6c372b817cdaec25 - source_armv7h = posh-linux-arm-6edacc20191c7eccd4219fa4dde97e3ba4ad0833593e7e5c6fc15b969ceb6eb6::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.8.0/posh-linux-arm - sha256sums_armv7h = 6edacc20191c7eccd4219fa4dde97e3ba4ad0833593e7e5c6fc15b969ceb6eb6 - source_aarch64 = posh-linux-arm64-fbe03472fa1db00d50a61ff193f93896f79b3b1feaf0b95f144f438ebecaf4f8::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.8.0/posh-linux-arm64 - sha256sums_aarch64 = fbe03472fa1db00d50a61ff193f93896f79b3b1feaf0b95f144f438ebecaf4f8 + source_x86_64 = posh-linux-amd64-0f8b79ece0b35887ba062e6ffa15fc75db454ee66c43e6092f03d4b00c026043::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.9.2/posh-linux-amd64 + sha256sums_x86_64 = 0f8b79ece0b35887ba062e6ffa15fc75db454ee66c43e6092f03d4b00c026043 + source_armv7h = posh-linux-arm-792443b36da4058631ea5e803479c482931f6c25e6e1b14364a655b3163ae8bd::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.9.2/posh-linux-arm + sha256sums_armv7h = 792443b36da4058631ea5e803479c482931f6c25e6e1b14364a655b3163ae8bd + source_aarch64 = posh-linux-arm64-09bd18245afeb849ee15c637945f0a4e260f7669454a383db2ba0d6d0ef4069d::https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v8.9.2/posh-linux-arm64 + sha256sums_aarch64 = 09bd18245afeb849ee15c637945f0a4e260f7669454a383db2ba0d6d0ef4069d pkgname = oh-my-posh-bin diff --git a/PKGBUILD b/PKGBUILD index 25984cb5f7d..e59dc4c87b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kamack38 _pkgname='oh-my-posh' pkgname="${_pkgname}-bin" -pkgver=8.8.0 +pkgver=8.9.2 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=('a0a33ee1d4fab254ad2da2843e17173bcdf7b798165afc5060320c4da31a7579' +sha256sums=('7b7df5c3780c12c336f95a4470bd3d1470cec65426ccc21390b657705c3c3c36' 'a5308c4e51268229a039ec4ec9a251a4cdb89d9380383e6e13aeba64a74f19ad') -sha256sums_x86_64=('92d2d78bd9e647949f3f30d8735c4283cf728d758cc0ae5b6c372b817cdaec25') -sha256sums_armv7h=('6edacc20191c7eccd4219fa4dde97e3ba4ad0833593e7e5c6fc15b969ceb6eb6') -sha256sums_aarch64=('fbe03472fa1db00d50a61ff193f93896f79b3b1feaf0b95f144f438ebecaf4f8') +sha256sums_x86_64=('0f8b79ece0b35887ba062e6ffa15fc75db454ee66c43e6092f03d4b00c026043') +sha256sums_armv7h=('792443b36da4058631ea5e803479c482931f6c25e6e1b14364a655b3163ae8bd') +sha256sums_aarch64=('09bd18245afeb849ee15c637945f0a4e260f7669454a383db2ba0d6d0ef4069d') 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"