chore: update repository references from go-onvif to onvif-go

This commit is contained in:
ProtoTess
2025-11-12 17:45:04 +00:00
parent a6fda445f3
commit ea382eb9dc
43 changed files with 80 additions and 80 deletions
+4 -4
View File
@@ -117,8 +117,8 @@ Docker images are automatically built for:
Available at:
```
ghcr.io/0x524a/go-onvif:latest
ghcr.io/0x524a/go-onvif:v1.0.0
ghcr.io/0x524a/onvif-go:latest
ghcr.io/0x524a/onvif-go:v1.0.0
```
## Manual GitHub Release
@@ -209,8 +209,8 @@ Users can verify downloads using checksums:
```bash
# Download binary and checksum
wget https://github.com/0x524A/go-onvif/releases/download/v1.0.0/go-onvif-v1.0.0-linux-amd64.tar.gz
wget https://github.com/0x524A/go-onvif/releases/download/v1.0.0/checksums.txt
wget https://github.com/0x524A/onvif-go/releases/download/v1.0.0/onvif-go-v1.0.0-linux-amd64.tar.gz
wget https://github.com/0x524A/onvif-go/releases/download/v1.0.0/checksums.txt
# Verify
sha256sum -c checksums.txt --ignore-missing