diff options
author | Phil Eichinger <phil@zankapfel.net> | 2020-10-28 15:11:28 +0100 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-10-28 17:49:48 -0700 |
commit | 2e297d29c026cc2d7a53ded5d30f1a8c5429c9d2 (patch) | |
tree | b4025ee18ad38b463abe0bf7d57bd7c250f35742 /utils/at/Makefile | |
parent | 6a7ea2e42a3de584b308cf7cf94a251f12b6a551 (diff) |
at: bump to version 3.2.1
Change upstream to official repository at
https://salsa.debian.org/debian/at
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
Diffstat (limited to 'utils/at/Makefile')
-rw-r--r-- | utils/at/Makefile | 14 |
1 files 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 <phil@zankapfel.net> PKG_LICENSE:=GPL-2.0-or-later GPL-3.0-or-later ISC |