Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nsutils: update to latest master #25229

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions utils/nsutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=nsutils
BASE_VERSION:=0.2
PKG_RELEASE:=2
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/rd235/nsutils.git
PKG_SOURCE_DATE:=2022-05-13
PKG_SOURCE_VERSION:=d6570bdec8435dfc781b95f6b404dedf965294dd
PKG_MIRROR_HASH:=486afb9a151782385f78af49a2e305b1db6de4fae3dc11016b17ecd4fbcbddd0

PKG_VERSION:=$(BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))
PKG_SOURCE_DATE:=2022-06-03
PKG_SOURCE_VERSION:=b573702da6d04eb9940b7135b6474b7dd3ec470f
PKG_MIRROR_HASH:=1a83a612a561f590e59900643121a7b9472b594d1c8cbe49475fd0e3e357b4d4

PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com>
PKG_LICENSE:=GPL-2.0-only
Expand Down