Skip to content

Commit 19a91c5

Browse files
committed
Fix legacy sord and sratom download
Signed-off-by: falkTX <[email protected]>
1 parent 230601b commit 19a91c5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

plugins-dep/package-legacy/sord/sord.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
################################################################################
66

77
SORD_VERSION = 31ea384f24e12778d6e30cc7a30b0f48f3d50523
8-
SORD_SITE = http://git.drobilla.net/sord.git
9-
SORD_SITE_METHOD = git
8+
SORD_SITE = $(call github,drobilla,sord,$(SORD_VERSION))
109
SORD_DEPENDENCIES = serd pcre
1110
SORD_INSTALL_STAGING = YES
1211

plugins-dep/package-legacy/sratom/sratom.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
################################################################################
66

77
SRATOM_VERSION = b9717ab942b38f023cee99b3c108514a651b2b51
8-
SRATOM_SITE = http://git.drobilla.net/sratom.git
9-
SRATOM_SITE_METHOD = git
8+
SRATOM_SITE = $(call github,drobilla,sratom,$(SRATOM_VERSION))
109
SRATOM_DEPENDENCIES = lv2 sord
1110
SRATOM_INSTALL_STAGING = YES
1211

0 commit comments

Comments
 (0)