aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-31 19:05:23 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-31 18:09:05 +0000
commite014621ebb30a9ad6b3331d5f224ed66bb232d2e (patch)
tree1c156be85203967131e5309b15c0a74176c98050
parent2e03a99074822060e90c7265f549e9bb457718dd (diff)
downloadalpine_aports-e014621ebb30a9ad6b3331d5f224ed66bb232d2e.tar.bz2
alpine_aports-e014621ebb30a9ad6b3331d5f224ed66bb232d2e.tar.xz
alpine_aports-e014621ebb30a9ad6b3331d5f224ed66bb232d2e.zip
testing/pastel: upgrade to 0.8.0
-rw-r--r--testing/pastel/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/pastel/APKBUILD b/testing/pastel/APKBUILD
index d592432f21..cf8373b9bf 100644
--- a/testing/pastel/APKBUILD
+++ b/testing/pastel/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: Joe Searle <joe@jsearle.net> 1# Contributor: Joe Searle <joe@jsearle.net>
2# Maintainer: Joe Searle <joe@jsearle.net> 2# Maintainer: Joe Searle <joe@jsearle.net>
3pkgname=pastel 3pkgname=pastel
4pkgver=0.7.1 4pkgver=0.8.0
5pkgrel=1 5pkgrel=0
6pkgdesc="A command-line tool to generate, analyze, convert and manipulate colors" 6pkgdesc="A command-line tool to generate, analyze, convert and manipulate colors"
7url="https://github.com/sharkdp/pastel" 7url="https://github.com/sharkdp/pastel"
8arch="all !s390x !mips !mips64" # rust/cargo 8arch="all !s390x !mips !mips64" # rust/cargo
@@ -35,4 +35,4 @@ package() {
35 "$pkgdir"/usr/share/fish/completions/pastel.fish 35 "$pkgdir"/usr/share/fish/completions/pastel.fish
36} 36}
37 37
38sha512sums="e94c19a939a2dae441807b3ccde3d4884af4c83fe58c04f0072b9ff3d1952048e990de1ca056e65081faff04d7b14495135f1a64a1c2ecf8a5ea4da1105289ba pastel-0.7.1.tar.gz" 38sha512sums="34deca1ff91a3e629b0cd6961157d82f959d07eaf99199e03721b9b71ff9d11b50db97bb43eca3042dcba0d9f98c9eb80c969e6c05616121d1357e4544cec563 pastel-0.8.0.tar.gz"