Skip to content
Snippets Groups Projects
Verified Commit b261b30f authored by Karel Koci's avatar Karel Koci :metal: Committed by Josef Schlehofer
Browse files

updater-ng: version 69.1.0

Changed
* Package requests solver no longer tries to maximize number of selected
  requests but rahter follows strictly rules of requests priority
* `Install` requests with same priority as `Unistall` are resolved first
* `Install` and `Unistall` requests without condition as resolved before
  requests with condition given they have same priority specified.

Removed
* Error reported when request to install and unistall same package was
  specified
parent 83caa515
Branches
Tags
1 merge request!726updater-ng: version 69.1.0
......@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=updater-ng
PKG_VERSION:=69.0.1
PKG_VERSION:=69.1.0
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/updater/updater.git
PKG_MIRROR_HASH:=0f39d7892c25757b725098e211d12788caad81572d981c25dad2eae6a7ac683c
PKG_MIRROR_HASH:=9d32d06767a285bb793d0aa8db6107f2439b066fa246101c80ad046c5c4739e5
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment