]> git.99rst.org Git - openwrt-packages.git/commitdiff
umurmur: update to 0.4.1
authorMartin Johansson <redacted>
Wed, 9 Sep 2026 17:43:54 +0000 (19:43 +0200)
committerJosef Schlehofer <redacted>
Thu, 10 Sep 2026 06:04:00 +0000 (08:04 +0200)
Changelog since last package version (0.3.1) here: https://github.com/umurmur/umurmur/blob/master/CHANGELOG.md

Signed-off-by: Martin Johansson <redacted>
net/umurmur/Makefile

index ec6ef28e611ce5a579a27a6bf6da1657c0482849..fdd72ca22a43cd157eac9d92c132153d4b1c715b 100644 (file)
@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=umurmur
-PKG_VERSION:=0.3.1
-PKG_RELEASE:=2
+PKG_VERSION:=0.4.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/umurmur/umurmur/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=8327dd0b2c5bd187a38d098295e896a6b85d698c9268205bcb27f6244f760a73
+PKG_HASH:=e54e302a31d7ff4197ea6c77742b791d6ea508e0c60c955795f5195f0bec2edc
 
 PKG_MAINTAINER:=Martin Johansson <martin@fatbob.nu>
 PKG_LICENSE:=BSD-3-Clause
@@ -81,7 +81,8 @@ CMAKE_OPTIONS += \
        -DLIBCONFIG_LIB_DIR="$(STAGING_DIR)/usr/lib" \
        -DPROTOBUFC_INCLUDE_DIR="$(STAGING_DIR)/usr/include" \
        -DPROTOBUFC_LIBRARIES="$(STAGING_DIR)/usr/lib/libprotobuf-c.so" \
-       -DPROTOBUFC_LIB_DIR="$(STAGING_DIR)/usr/lib"
+       -DPROTOBUFC_LIB_DIR="$(STAGING_DIR)/usr/lib" \
+       -DCMAKE_INSTALL_BINDIR=sbin
 
 ifeq ($(BUILD_VARIANT),openssl)
 CMAKE_OPTIONS += -DSSL=openssl
git clone https://git.99rst.org/PROJECT