[signalrclient]Update homepage URL (#19256)

* Fix incorrect homepage URL

https://github.com/aspnet/SignalR-Client-Cpp is for the newer microsoft-signalr package.

* update version

* add Port-Version

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
Brennan 2021-08-05 16:25:07 -07:00 committed by GitHub
parent 297349f923
commit 84d892a732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
Source: signalrclient Source: signalrclient
Version: 1.0.0-beta1-9 Version: 1.0.0-beta1-9
Port-Version: 1
Build-Depends: cpprestsdk[default-features,websockets], openssl Build-Depends: cpprestsdk[default-features,websockets], openssl
Homepage: https://github.com/aspnet/SignalR-Client-Cpp Homepage: https://github.com/SignalR/SignalR-Client-Cpp
Description: C++ client for SignalR. Description: C++ client for SignalR.

View File

@ -5846,7 +5846,7 @@
}, },
"signalrclient": { "signalrclient": {
"baseline": "1.0.0-beta1-9", "baseline": "1.0.0-beta1-9",
"port-version": 0 "port-version": 1
}, },
"sigslot": { "sigslot": {
"baseline": "1.0.0-3", "baseline": "1.0.0-3",

View File

@ -1,9 +1,9 @@
{ {
"versions": [ "versions": [
{ {
"git-tree": "dbe638f959b879da354861fb39b3d4dbb179ea7d", "git-tree": "a1cf11834f81f78f10ff18bcec0d7f1c42309f62",
"version-string": "1.0.0-beta1-9", "version-string": "1.0.0-beta1-9",
"port-version": 0 "port-version": 1
}, },
{ {
"git-tree": "134ed01f4047d9dcb077f5f0bf06d07b374fe7b1", "git-tree": "134ed01f4047d9dcb077f5f0bf06d07b374fe7b1",