Cannot upgrade from Plasma 5.17.4 to 5.18 on 12.1-RELEASE.

I run pkg update && pkg upgrade but it seems I am for some reason stuck on on Plasma 5.17.4.
Of course I am sure I'm doing something wrong here.

As the latest version, 5.18.1, is already available in the pkg repository.
 
For -RELEASE versions the default is set to the quarterly repositories. The quarterly repositories are updated once every three months and only receive security updates in the mean time.

To switch to the latest repositories, create a /usr/local/etc/pkg/repos/FreeBSD.conf:
Code:
FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"
}
 
Thanks SirDice. Sorry for creating this post. A Google search helped me. Updating now.

Thanks to FreeBSD developers, to UC Berkeley, and all involved in the project (directly and indirectly) for this awesome OS.
 
Back
Top