Browse Source

Merge pull request #13403 from graysky2/htop302

htop: update to 3.0.2-1
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
b12f9ea3a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      admin/htop/Makefile

+ 2
- 2
admin/htop/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=htop
PKG_VERSION:=3.0.1
PKG_VERSION:=3.0.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/htop-dev/htop/tar.gz/$(PKG_VERSION)?
PKG_HASH:=8465164bc085f5f1813e1d3f6c4b9b56bf4c95cc12226a5367e65794949b01ca
PKG_HASH:=b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save