forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samplicator: update to 1.3.7 and use fork
The newest master branch has important fixes. However, no new release is happening [0]. So fork the repository and create a new release. Further, use a pidfile. sleinen/samplicator#73 Signed-off-by: Nick Hainke <[email protected]>
- Loading branch information
1 parent
4f3d297
commit 719391a
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=samplicator | ||
PKG_VERSION:=1.3.6 | ||
PKG_VERSION:=1.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/v$(PKG_VERSION) | ||
PKG_HASH:=7fca43252fcf2e91067772142ec754c6feac09d2cadec969fb0e1390673f1e3b | ||
|
||
PKG_MAINTAINER:=Nick Hainke <[email protected]> | ||
PKG_LICENSE:=GPL-2.0-only | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters