aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-02-16 03:53:33 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-02-16 09:42:55 +0000
commit2c442dd7fa1b6f4d08bcc388383271750e809d16 (patch)
tree53437fa94c45a87d1d20287badfea60efd6668b3
parent1513c1d11f4131b8d2533326b1cc949c156e0c49 (diff)
testing/skim: upgrade to 0.9.4
-rw-r--r--testing/skim/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/skim/APKBUILD b/testing/skim/APKBUILD
index 8e2e382df7c..628d5ebff9a 100644
--- a/testing/skim/APKBUILD
+++ b/testing/skim/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Chloe Kudryavtsev <toast@toast.cafe>
# Maintainer: Chloe Kudryavtsev <toast@toast.cafe>
pkgname=skim
-pkgver=0.9.3
-pkgrel=1
+pkgver=0.9.4
+pkgrel=0
pkgdesc="Fuzzy finder in rust"
url="https://github.com/lotabout/skim"
arch="all !s390x !mips !mips64" # limited by rust/cargo
@@ -19,7 +19,7 @@ subpackages="
$pkgname-fish-keybinds:fishkey:noarch
$pkgname-zsh-keybinds:zshkey:noarch
"
-source="skim-$pkgver.tar.gz::https://github.com/lotabout/skim/archive/v$pkgver.tar.gz"
+source="https://github.com/lotabout/skim/archive/v$pkgver/skim-$pkgver.tar.gz"
export CARGO_HOME="$srcdir"/cargo
@@ -94,4 +94,4 @@ zshkey() {
amove usr/share/skim/key-bindings.zsh
}
-sha512sums="00b7ccaf458c0742b8d8fda5bae018ca0de569d36c932fb38d45d4c81d86b476c5f7e6e89c144b050a85932b8d57af5046fbbfa09288a38047b04a3b41ad594e skim-0.9.3.tar.gz"
+sha512sums="3e2fd67bb9638d184901106c7c49ec5e81d4388f6c22e9c7eddbbfd16f115fc5beab2d0d6031fee20e439a7a4220efd373dd1ddd82121ce88fc822a6dab5d601 skim-0.9.4.tar.gz"