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 latest master commit 2021-10-11
The newest master branch has important fixes. However, no new release is published [0]. Switch to git and update to latest master commit. This introduces new version scheme by using YYYY-MM-DD of the commit. Further, use a pidfile and remove outdated patches. sleinen/samplicator#73 Signed-off-by: Nick Hainke <[email protected]>
- Loading branch information
1 parent
4f3d297
commit fad1009
Showing
3 changed files
with
11 additions
and
16 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,17 +1,22 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=samplicator | ||
PKG_VERSION:=1.3.6 | ||
PKG_VERSION:=2021-10-11 | ||
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_PROTO:=git | ||
PKG_SOURCE_URL:=https://github.com/sleinen/samplicator.git | ||
PKG_SOURCE_VERSION:=ceeb1d280188c155b71d819282490be86190f6f6 | ||
PKG_MIRROR_HASH:=beb85e7ed0d2a134534e7aa363b038e5b6686df5a6a2bf45f14af7c078bf0293 | ||
|
||
PKG_MAINTAINER:=Nick Hainke <[email protected]> | ||
PKG_LICENSE:=GPL-2.0-only | ||
PKG_LICENSE_FILES:=COPYING | ||
|
||
PKG_FIXUP:=autoreconf | ||
PKG_REMOVE_FILES:=autogen.sh | ||
PKG_BUILD_PARALLEL:=1 | ||
|
||
include $(INCLUDE_DIR)/package.mk | ||
|
||
define Package/samplicator | ||
|
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
This file was deleted.
Oops, something went wrong.