diff options
Diffstat (limited to 'utils/gddrescue/Makefile')
-rw-r--r-- | utils/gddrescue/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/gddrescue/Makefile b/utils/gddrescue/Makefile index 192c26500..c5de5ebb7 100644 --- a/utils/gddrescue/Makefile +++ b/utils/gddrescue/Makefile @@ -6,14 +6,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gddrescue PKG_VERSION:=1.23 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz PKG_SOURCE_URL:=http://http.debian.net/debian/pool/main/g/$(PKG_NAME) PKG_HASH:=5831d7e24070bc700d8f22deaeec56af1149392ce30ae67254096eaf8c9169ab -PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> -PKG_LICENSE:=GPL-2.0 +PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> +PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=LICENSE PKG_INSTALL:=1 |