diff options
Diffstat (limited to 'libs/libogg')
-rw-r--r-- | libs/libogg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libogg/Makefile b/libs/libogg/Makefile index bd80514be..93b502ae0 100644 --- a/libs/libogg/Makefile +++ b/libs/libogg/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libogg PKG_VERSION:=1.3.5 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://downloads.xiph.org/releases/ogg/ |