Hi, I am trying to update a pkg from a local pkg file, and pkg seems to think that the already installed version is the most recent one.
On the other hand, pkg version is on my side..
I am quite certain that the error is on my side (I created those packages), but do not see it.
On the other hand, pkg version is on my side..
I am quite certain that the error is on my side (I created those packages), but do not see it.
Code:
root@xxxx:/home/usas-adm/packages # pkg info srhr
srhr-0.5.5
Name : srhr
Version : 0.5.5
Installed on : Tue Apr 18 08:57:55 2023 CEST
Origin : local/srhr
Architecture : FreeBSD:13:amd64
Prefix : /usr/local
Categories : local
Options :
git : 0.5.5
ref : 0.5.5
utc : 20230418-0657
Annotations :
FreeBSD_version: 1301000
Flat size : 11.9MiB
Description :
SpaceRider HotRedundancy application
root@xxxx:/home/usas-adm/packages # pkg info --file srhr-1.1.1.pkg
srhr-1.1.1
Name : srhr
Version : 1.1.1
Origin : local/srhr
Architecture : FreeBSD:13:amd64
Prefix : /usr/local
Categories : local
Options :
git : 1.1.1
ref : 1.1.1
utc : 20240222-1828
Annotations :
FreeBSD_version: 1301000
Flat size : 12.3MiB
Description :
SpaceRider HotRedundancy application
root@xxxx:/home/usas-adm/packages # pkg version -t 0.5.5 1.1.0
<
root@xxxx:/home/usas-adm/packages # pkg add srhr-1.1.1.pkg
Installing srhr-1.1.1...
the most recent version of srhr-0.5.5 is already installed