diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-11 09:53:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-11 12:03:05 +0000 |
commit | c254446fa06fadc2e027e54ff69847c5ab93cd77 (patch) | |
tree | 661c3d075454e817dbb2e3f31b71981e464c3d86 | |
parent | b25216c374af99f58ccd6922782803e735936861 (diff) | |
download | aports-c254446fa06fadc2e027e54ff69847c5ab93cd77.tar.bz2 aports-c254446fa06fadc2e027e54ff69847c5ab93cd77.tar.xz |
main/fish: rebuild to fix fortify-header issue
fish crashed due to bug in fortify-headers. This is fixed but fish needs
rebuild.
http://github.com/fish-shell/fish-shell/issues/4387
-rw-r--r-- | main/fish/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fish/APKBUILD b/main/fish/APKBUILD index 2d5ba408da..360ea77ae6 100644 --- a/main/fish/APKBUILD +++ b/main/fish/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=fish pkgver=2.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="a modern interactive commandline shell" url="http://www.fishshell.com/" arch="all" |