mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Use the release tarball to unbreak fetching.
reported by tb@
This commit is contained in:
@@ -3,12 +3,12 @@ NOT_FOR_ARCHS= ${BE_ARCHS}
|
||||
|
||||
COMMENT= free audio editor
|
||||
|
||||
# fosshub has proper tarballs, but they are on time-expired URLs
|
||||
# so can't be fetched automatically
|
||||
GH_ACCOUNT= audacity
|
||||
GH_PROJECT= audacity
|
||||
GH_TAGNAME= Audacity-3.7.8
|
||||
DISTNAME= ${GH_TAGNAME:L}
|
||||
V= 3.7.8
|
||||
DISTNAME= audacity-sources-${V}
|
||||
PKGNAME= audacity-${V}
|
||||
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= https://www.audacityteam.org/
|
||||
@@ -30,6 +30,8 @@ WANTLIB += z
|
||||
# dlopened
|
||||
WANTLIB += avcodec avformat avutil
|
||||
|
||||
SITES= https://github.com/audacity/audacity/releases/download/Audacity-${V}/
|
||||
|
||||
COMPILER= base-clang ports-gcc
|
||||
|
||||
MODULES= devel/cmake \
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (audacity-3.7.8.tar.gz) = whPoItUMX6sgFCUGrc3ZmVG+LpXZPkuBgK+udENn0Cc=
|
||||
SIZE (audacity-3.7.8.tar.gz) = 67399668
|
||||
SHA256 (audacity-sources-3.7.8.tar.gz) = dfKx2cfUX6qvGThE1f7nlmlN6se/STLKUgVjq0+3TCc=
|
||||
SIZE (audacity-sources-3.7.8.tar.gz) = 67556613
|
||||
|
||||
Reference in New Issue
Block a user