aboutsummaryrefslogtreecommitdiff
path: root/utils/eza
diff options
context:
space:
mode:
authorJonas Jelonek <jelonek.jonas@gmail.com>2024-03-06 10:36:01 +0100
committerTianling Shen <cnsztl@gmail.com>2024-03-06 19:16:45 +0800
commit3f592f6d5940065019b9656cae6c4bd12ecb444b (patch)
tree52b544d4a139a5989b3a2df4b931111fca535398 /utils/eza
parentcf4df28d06e3ffa9ce0971fb29f9212cb97cfbee (diff)
eza: update to 0.18.6
- Release notes: https://github.com/eza-community/eza/releases/tag/v0.18.6 - fix typo in description in Makefile Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Diffstat (limited to 'utils/eza')
-rw-r--r--utils/eza/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/eza/Makefile b/utils/eza/Makefile
index 4e408a529..dbe043bcf 100644
--- a/utils/eza/Makefile
+++ b/utils/eza/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=eza
-PKG_VERSION:=0.18.5
+PKG_VERSION:=0.18.6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/eza-community/eza/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=9229b2111063577a0cb8650db270d0ae6bcc1b437dbacf814786f77c67b1003d
+PKG_HASH:=4cbca009d8ddc817d9ffda34bd1cada4278896e63051c645f0821605a6497faa
PKG_MAINTAINER:=Jonas Jelonek <jelonek.jonas@gmail.com>
PKG_LICENSE:=MIT
@@ -34,7 +34,7 @@ define Package/eza/description
and metadata. It knows about symlinks, extended attributes,
and Git.
- And it’s small, fast, and just one single binary.
+ And it's small, fast, and just one single binary.
endef
define Package/eza/install