diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-10-17 21:31:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-17 21:31:02 +0300 |
commit | ffff75dc6bd69737c8947a8b48122aa8a7a12f85 (patch) | |
tree | d786755e28d4420c32933814f6b64d02ad10a148 | |
parent | 4317fe0a10ddb6a3dfc4b88e42b74546aa8b9f89 (diff) | |
parent | c9420d6b3b51b8c984a0614452cb4bfc0438f3ae (diff) |
Merge pull request #4960 from philenotfound/at-bump
at: bump version
-rw-r--r-- | utils/at/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/at/Makefile b/utils/at/Makefile index 415e05883..17a2d721b 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=at -PKG_VERSION:=3.1.16 -PKG_RELEASE:=2 +PKG_VERSION:=3.1.20 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/a/at -PKG_HASH:=cb9af59c6a54edce9536ba629841055409d1f89d8ae26494727a97141fb4d5c1 +PKG_HASH:=0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9 PKG_LICENSE:=GPL-2.0+ GPL-3.0+ ISC PKG_LICENSE_FILES:=COPYING Copyright |