diff options
author | Daniel Golle <dangowrt@users.noreply.github.com> | 2020-06-07 18:55:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 18:55:56 +0100 |
commit | 9b08f09809229bd26699bbc4e3954ea2eb7239a6 (patch) | |
tree | b8b0286f2ff7a20d864487549def68e949ae32e7 | |
parent | f6031546412d9fb325c974dcdb04b368be151ab9 (diff) | |
parent | a989f2a2e1855928daa4ca290f5b628f2e2cf194 (diff) |
Merge pull request #12441 from neheb/crypts
cryptsetup: update to 2.3.3
-rw-r--r-- | utils/cryptsetup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/cryptsetup/Makefile b/utils/cryptsetup/Makefile index a928a521c..e9fec5042 100644 --- a/utils/cryptsetup/Makefile +++ b/utils/cryptsetup/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cryptsetup -PKG_VERSION:=2.3.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.3.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/cryptsetup/v2.3 -PKG_HASH:=395690de99509428354d3cd15cf023bed01487e6f1565b2181e013dc847bbc85 +PKG_HASH:=3bca4ffe39e2f94cef50f6ea65acb873a6dbce5db34fc6bcefe38b6d095e82df PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=GPL-2.0-or-later LGPL-2.1-or-later |