Browse Source

package/agent-proxy: fix AGENT_PROXY_VERSION

Make AGENT_PROXY_VERSION compliant with release-monitoring.org

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 2 years ago
parent
commit
e451f1a578
2 changed files with 3 additions and 3 deletions
  1. 1 1
      package/agent-proxy/agent-proxy.hash
  2. 2 2
      package/agent-proxy/agent-proxy.mk

+ 1 - 1
package/agent-proxy/agent-proxy.hash

@@ -1,3 +1,3 @@
 # Locally calculated
 # Locally calculated
-sha256  c4db014339b5bbdae3d98e814844e1b80d87b663a343f7d33fdb89fdbb02f16d  agent-proxy-agent-proxy-1.97-br1.tar.gz
+sha256  b1667b36074c10ebd6dd1f89eda75d5877bc8e06ecf2919f18e75a7a5a9de19b  agent-proxy-1.97.tar.gz
 sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
 sha256  e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING

+ 2 - 2
package/agent-proxy/agent-proxy.mk

@@ -4,8 +4,8 @@
 #
 #
 ################################################################################
 ################################################################################
 
 
-AGENT_PROXY_VERSION = agent-proxy-1.97
-AGENT_PROXY_SITE = git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git
+AGENT_PROXY_VERSION = 1.97
+AGENT_PROXY_SITE = https://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git/snapshot
 AGENT_PROXY_LICENSE = GPL-2.0
 AGENT_PROXY_LICENSE = GPL-2.0
 AGENT_PROXY_LICENSE_FILES = COPYING
 AGENT_PROXY_LICENSE_FILES = COPYING