Browse Source

upgrading package: shfmt 2.6.3.20190120 -> 2.6.3.20190126

master
parent
commit
be6633c675
  1. 6
      shfmt/shfmt.spec

6
shfmt/shfmt.spec

@ -23,7 +23,7 @@
# package version # package version
%define V_opkg 2.6.3 %define V_opkg 2.6.3
%define V_dist 20190120 %define V_dist 20190126
# package information # package information
Name: shfmt Name: shfmt
@ -36,7 +36,7 @@ Class: EVAL
Group: Shell Group: Shell
License: MIT License: MIT
Version: %{V_opkg}.%{V_dist} Version: %{V_opkg}.%{V_dist}
Release: 20190120 Release: 20190126
# list of sources # list of sources
Source0: http://download.openpkg.org/components/versioned/shfmt/shfmt-%{V_dist}.tar.xz Source0: http://download.openpkg.org/components/versioned/shfmt/shfmt-%{V_dist}.tar.xz
@ -53,7 +53,7 @@ PreReq: OpenPKG, openpkg >= 20160101
prog shfmt:release = { prog shfmt:release = {
version = %{V_opkg} version = %{V_opkg}
url = https://github.com/mvdan/sh/releases url = https://github.com/mvdan/sh/releases
regex = v(__VER__)\.tar\.gz regex = v(\d+\.\d+\.\d+)\.tar\.gz
} }
prog shfmt:snapshot = { prog shfmt:snapshot = {
version = %{V_dist} version = %{V_dist}

Loading…
Cancel
Save