Browse Source

track releases only

master
parent
commit
6e0e2d157f
  1. 4
      scala-dotty/scala-dotty.spec

4
scala-dotty/scala-dotty.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: Language Group: Language
License: BSD License: BSD
Version: %{V_opkg} Version: %{V_opkg}
Release: 20190830 Release: 20190831
# list of sources # list of sources
Source0: https://github.com/lampepfl/dotty/releases/download/%{V_dist}/dotty-%{V_dist}.tar.gz Source0: https://github.com/lampepfl/dotty/releases/download/%{V_dist}/dotty-%{V_dist}.tar.gz
@ -56,7 +56,7 @@ PreReq: OpenPKG, openpkg >= 20160101, java, JAVA-JDK
prog scala-dotty = { prog scala-dotty = {
version = %{version} version = %{version}
url = https://github.com/lampepfl/dotty/releases/ url = https://github.com/lampepfl/dotty/releases/
regex = (__VER__)\.tar\.gz regex = (\d+\.\d+\.\d+)\.tar\.gz
} }
%prep %prep

Loading…
Cancel
Save