diff options
Diffstat (limited to 'utils/opendoas/Makefile')
-rw-r--r-- | utils/opendoas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/opendoas/Makefile b/utils/opendoas/Makefile index 23882d521..c24299e76 100644 --- a/utils/opendoas/Makefile +++ b/utils/opendoas/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opendoas PKG_VERSION:=6.8.2 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/Duncaen/OpenDoas/releases/download/v$(PKG_VERSION) |