Browse Source

fix tracking

master
parent
commit
9751a2de50
  1. 4
      termshark/termshark.spec

4
termshark/termshark.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: Networking Group: Networking
License: MIT License: MIT
Version: %{V_opkg}.%{V_dist} Version: %{V_opkg}.%{V_dist}
Release: 20190423 Release: 20190424
# list of sources # list of sources
Source0: http://download.openpkg.org/components/versioned/termshark/termshark-%{V_dist}.tar.xz Source0: http://download.openpkg.org/components/versioned/termshark/termshark-%{V_dist}.tar.xz
@ -53,7 +53,7 @@ PreReq: OpenPKG, openpkg >= 20160101, wireshark
prog termshark:release = { prog termshark:release = {
version = %{V_opkg} version = %{V_opkg}
url = https://github.com/gcla/termshark/releases url = https://github.com/gcla/termshark/releases
regex = v(__VER__)\.tar\.gz regex = v(\d+\.\d+\.\d+)\.tar\.gz
} }
prog termshark:snapshot = { prog termshark:snapshot = {
version = %{V_dist} version = %{V_dist}

Loading…
Cancel
Save