Skip to content
Snippets Groups Projects
Verified Commit 911a0714 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

deckard: update to recent git head

There were many changes in Deckard development and even we had incorrect
versioning in Turris OS, this fixes it.

Add PKG_MIRROR_HASH to prevent rebuilds
parent 26874469
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (C) 2020-2021 CZ.NIC z.s.p.o. (https://www.nic.cz/) # Copyright (C) 2020-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/)
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
...@@ -7,12 +7,13 @@ ...@@ -7,12 +7,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=deckard PKG_NAME:=deckard
PKG_VERSION:=0.1 PKG_VERSION:=3.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.nic.cz/knot/deckard PKG_SOURCE_URL:=https://gitlab.nic.cz/knot/deckard
PKG_SOURCE_VERSION:=a179ddb1b5b67a61dc89a97833520485c49f784b PKG_SOURCE_VERSION:=2cb9779c550e8327667e96e28be83ecab430af96
PKG_MIRROR_HASH:=e10fe75613b5da883baaeb02055c5d878ce0a125060c339ebae07201463bb8b8
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
PKG_LICENSE:=BSD-2-Clause PKG_LICENSE:=BSD-2-Clause
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment