diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-02-07 06:16:42 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-07 06:17:05 +0000 |
commit | 0de4ca36097e25067597345da2dd06b7b76d28b8 (patch) | |
tree | bb88dead161ca8e55e44eedcd7f2496ad29689dc /main/fish | |
parent | 4e641247d5064ca103d6070fcafbdd2855acea98 (diff) | |
download | aports-0de4ca36097e25067597345da2dd06b7b76d28b8.tar.bz2 aports-0de4ca36097e25067597345da2dd06b7b76d28b8.tar.xz |
main/fish: upgrade to 2.7.0, mark no tests
Diffstat (limited to 'main/fish')
-rw-r--r-- | main/fish/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/main/fish/APKBUILD b/main/fish/APKBUILD index c8f9a43397..2b4e9306e1 100644 --- a/main/fish/APKBUILD +++ b/main/fish/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=fish -pkgver=2.6.0 -pkgrel=3 +pkgver=2.7.0 +pkgrel=0 pkgdesc="A modern interactive commandline shell" url="http://www.fishshell.com/" arch="all" @@ -12,8 +12,9 @@ depends_dev="$pkgname-tools" makedepends="libtool doxygen ncurses-dev pcre2-dev" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools::noarch" -source="http://www.fishshell.com/files/$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/fish-shell/fish-shell/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" +options="!check" # no known tests build() { cd "$builddir" @@ -56,4 +57,4 @@ tools() { mv "$pkgdir"/usr/share/$pkgname/tools "$subpkgdir"/usr/share/$pkgname } -sha512sums="d4ded5ce24600e85673a7bb016e9dc36bce999b27f40e6b1ce0b9ca49a421be2d444d9d2b6f178f6eee963e59daa4a65df4c3de2a8086a610486f758fcfb0ed1 fish-2.6.0.tar.gz" +sha512sums="1b43a8eb25c08d1bf2870d51e1c5328438ea05a21d9a122345d765190ded7a6e335b4e1d3b92a6f7f764190321f471e3cda7bf7e995521b4c98beffc745880e9 fish-2.7.0.tar.gz" |