diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-17 11:26:15 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-17 17:16:36 -0700 |
commit | 322a01c457b74d0c044229ae7510be24f03fe665 (patch) | |
tree | 96fa3da67f1ce600435a11f6b711e58673243695 /audio/moony-lv2/Makefile | |
parent | graphics/mesa-devel: update to 21.1.b.176 (diff) |
audio/moony-lv2: Reverr update 0.36.0 -> 0.28.0
This reverts commit e01aca1828dd1ae60cbf06b73f411479d4fef60b.
Version regressed due to a typo.
0.38.0 was meant but currently audio/moony-lv2 can't be updated to 0.38.0 due to its use of linux-only pty.h
Reported by: erwin
Diffstat (limited to 'audio/moony-lv2/Makefile')
-rw-r--r-- | audio/moony-lv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/moony-lv2/Makefile b/audio/moony-lv2/Makefile index de4d7663417d..baef2557b5d2 100644 --- a/audio/moony-lv2/Makefile +++ b/audio/moony-lv2/Makefile @@ -1,7 +1,7 @@ # Created by: Yuri Victorovich <yuri@rawbw.com> PORTNAME= moony -DISTVERSION= 0.28.0 +DISTVERSION= 0.36.0 CATEGORIES= audio MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/moony.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ PKGNAMESUFFIX= -lv2 |