From: Daniel Golle Date: Wed, 20 Dec 2023 02:40:49 +0000 (+0000) Subject: debian-archive-keyring: update to version 2023.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7a3573f5a9b9b240e1e69584e904a50edcb41496;p=openwrt-packages.git debian-archive-keyring: update to version 2023.4 Clean up package Makefile to easy future maintainance while at it. Signed-off-by: Daniel Golle --- diff --git a/admin/debian-archive-keyring/Makefile b/admin/debian-archive-keyring/Makefile index cf2d179be..305176d57 100644 --- a/admin/debian-archive-keyring/Makefile +++ b/admin/debian-archive-keyring/Makefile @@ -2,12 +2,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=debian-archive-keyring -PKG_VERSION:=2021.1.1 +PKG_VERSION:=2023.4 +PKG_HASH:=6e93a87b9e50bd81518880ec07a62f95d7d8452f4aa703f5b0a3076439f1022c PKG_RELEASE:=1 -PKG_SOURCE:=debian-archive-keyring_2021.1.1_all.deb -PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debian-archive-keyring/ -PKG_HASH:=56beca470dcd9b6d7e6c3c9e9d702101e01e9467e62810a8c357bd7b9c26251d +PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION)_all.deb +PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/$(PKG_NAME)/ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Daniel Golle