diff --git a/net/samplicator/Makefile b/net/samplicator/Makefile index 882e2733bcb9ce..5b155bbd18b62e 100644 --- a/net/samplicator/Makefile +++ b/net/samplicator/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samplicator -PKG_VERSION:=1.3.6 +PKG_VERSION:=v1.3.7 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/sleinen/samplicator/releases/download/v$(PKG_VERSION) -PKG_HASH:=3c4358b4b0992a77251f2b9e2221d4ae945781160732c73504eb126e69d72d40 +PKG_SOURCE_URL:=https://github.com/PolynomialDivision/samplicator/releases/download/$(PKG_VERSION) +PKG_HASH:=7fca43252fcf2e91067772142ec754c6feac09d2cadec969fb0e1390673f1e3b PKG_MAINTAINER:=Nick Hainke PKG_LICENSE:=GPL-2.0-only diff --git a/net/samplicator/files/samplicator.init b/net/samplicator/files/samplicator.init index f0e8f42780b607..0766d397f4cc9f 100644 --- a/net/samplicator/files/samplicator.init +++ b/net/samplicator/files/samplicator.init @@ -5,11 +5,12 @@ START=70 SAMPLICATOR_BIN="/usr/sbin/samplicate" SAMPLICATOR_CONF="/etc/samplicator.conf" +PIDFILE="/var/run/samplicator.pid" start_service() { mkdir -p /var/run procd_open_instance - procd_set_param command $SAMPLICATOR_BIN -c $SAMPLICATOR_CONF + procd_set_param command $SAMPLICATOR_BIN -c $SAMPLICATOR_CONF -m $PIDFILE procd_set_param file "$SAMPLICATOR_CONF" procd_set_param stdout 1 procd_set_param stderr 1