Browse Source

Merge pull request #5938 from nxhack/bump_3_0_12

swig: bump to 3.0.12
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
bb143ce0b4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      utils/swig/Makefile

+ 4
- 4
utils/swig/Makefile View File

@ -7,15 +7,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=swig
PKG_VERSION:=3.0.7
PKG_RELEASE:=2
PKG_VERSION:=3.0.12
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_HASH:=06dc8816a225667ce1eee545af3caf87e1bbaa379c32838d4cea53152514348d
PKG_HASH:=7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d
PKG_INSTALL:=1
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>, Hirokazu MORIKAWA <morikw2@gmail.com>
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save