aboutsummaryrefslogtreecommitdiffstats
path: root/testing/oh-my-zsh/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/oh-my-zsh/APKBUILD')
-rw-r--r--testing/oh-my-zsh/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/oh-my-zsh/APKBUILD b/testing/oh-my-zsh/APKBUILD
index 3d86b3fa42f..05d60a51840 100644
--- a/testing/oh-my-zsh/APKBUILD
+++ b/testing/oh-my-zsh/APKBUILD
@@ -1,17 +1,16 @@
# Contributor: Orson Teodoro <orsonteodoro@hotmail.com>
# Maintainer: Jacek Pruciak <alpine@juniorjpdj.pl>
pkgname=oh-my-zsh
-pkgver=0_git20210617
-pkgrel=0
-pkgdesc="A delightful community-driven framework for managing your zsh \
-configuration that includes plugins and themes."
+pkgver=0_git20220104
+pkgrel=1
+pkgdesc="A delightful community-driven framework for managing your zsh configuration that includes plugins and themes"
url="https://ohmyz.sh/"
arch="noarch"
license="MIT"
depends="zsh powerline-extra-symbols"
subpackages="$pkgname-doc"
options="!check" # no upstream tests
-_gitrev="e32d4b1e195f4c7777844beea97af42bd93434eb"
+_gitrev="31d63ea884e8ef56a40bed8771cdd8d3aec131f9"
install="$pkgname.post-install $pkgname.post-upgrade"
source="$pkgname-$pkgver.tar.gz::https://github.com/ohmyzsh/ohmyzsh/archive/$_gitrev.tar.gz
install-path.patch"
@@ -27,6 +26,6 @@ package() {
}
sha512sums="
-310ab6c91383f97f9a8c4cb4c919bbfb8a0af0fa8af8f0051fcdfc2413c8ce9a8ff47ee64b3678690981628e3646eecc34eeb86113ea6547207399545db4a579 oh-my-zsh-0_git20210617.tar.gz
+1e6dae9ea56e1644001a65b3aeebcd2a5e4bd4ef6fb2869c2626c582ffeca7dbd63d2d271854ac59c2753cdf36ef3a0f7d7bcc0ffdf10bdacb2d3039b0e40b84 oh-my-zsh-0_git20220104.tar.gz
1fa69780fdda6103ff70bf46458985d261309673b7d554b0443344e611671d2de640ced887335a9b9cadb1225f88ddca3c8386cb65eb0c92ba6e0b08d8729a6e install-path.patch
"