diff options
author | Daniel Golle <daniel@makrotopia.org> | 2023-12-20 02:40:49 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-12-20 05:28:52 +0000 |
commit | 7a3573f5a9b9b240e1e69584e904a50edcb41496 (patch) | |
tree | 827f7e45e943712358ff933ae27dd9dc56eedf38 /admin | |
parent | 1176d3bba548e864e201e2c4d4649fe521d53b96 (diff) |
debian-archive-keyring: update to version 2023.4
Clean up package Makefile to easy future maintainance while at it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/debian-archive-keyring/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 <daniel@makrotopia.org> |