Browse Source

Merge pull request #15880 from neheb/ogg

libogg: update to 1.3.5
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
bda9ae631e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/libogg/Makefile

+ 3
- 3
libs/libogg/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libogg
PKG_VERSION:=1.3.4
PKG_RELEASE:=1
PKG_VERSION:=1.3.5
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://downloads.xiph.org/releases/ogg/
PKG_HASH:=c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
PKG_HASH:=c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_LICENSE:=BSD-3-Clause


Loading…
Cancel
Save