From 2e297d29c026cc2d7a53ded5d30f1a8c5429c9d2 Mon Sep 17 00:00:00 2001 From: Phil Eichinger Date: Wed, 28 Oct 2020 15:11:28 +0100 Subject: [PATCH] at: bump to version 3.2.1 Change upstream to official repository at https://salsa.debian.org/debian/at Signed-off-by: Phil Eichinger --- utils/at/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/utils/at/Makefile b/utils/at/Makefile index bd2b913a0..5e4d4d2ad 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -8,12 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=at -PKG_VERSION:=3.1.23 -PKG_RELEASE:=3 - -PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz -PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/a/at -PKG_HASH:=97450aa954aaa8a70218cc8e61a33df9fee9f86527e9f861de302fb7a3c81710 +PKG_VERSION:=3.2.1 +PKG_RELEASE:=1 + +PKG_SOURCE_PROTO:=git +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=https://salsa.debian.org/debian/at.git +PKG_SOURCE_VERSION:=release/3.2.1 +PKG_MIRROR_HASH=c37feb425e7d310f29b4c8dffd846b8a3b410ff6e88a6563f0ecaa636fb22cc2 PKG_MAINTAINER:=Phil Eichinger PKG_LICENSE:=GPL-2.0-or-later GPL-3.0-or-later ISC