mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
fish: update to 3.1.0
Remove upstreamed patches. Added missing libatomic dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+4
-4
@@ -5,12 +5,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fish
|
||||
PKG_VERSION:=3.0.2
|
||||
PKG_RELEASE:=6
|
||||
PKG_VERSION:=3.1.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/fish-shell/fish-shell/releases/download/$(PKG_VERSION)
|
||||
PKG_HASH:=14728ccc6b8e053d01526ebbd0822ca4eb0235e6487e832ec1d0d22f1395430e
|
||||
PKG_HASH:=e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368
|
||||
|
||||
PKG_MAINTAINER:=Curtis Jiang <jqqqqqqqqqq@gmail.com>, Hao Dong <halbertdong@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
@@ -28,7 +28,7 @@ define Package/fish
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Shells
|
||||
TITLE:=A smart and user-friendly command line shell
|
||||
DEPENDS:=+libncurses +libstdcpp +librt +libpcre2-32 @!USE_UCLIBC
|
||||
DEPENDS:=+libncurses +libstdcpp +libatomic +librt +libpcre2-32 @!USE_UCLIBC
|
||||
URL:=https://fishshell.com
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user