Browse Source
Merge pull request #11579 from jefferyto/python-pycparser-2.20
python-pycparser: Update to 2.20
lilik-openwrt-22.03
Hannu Nyman
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
lang/python/python-pycparser/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-pycparser |
|
|
|
PKG_VERSION:=2.19 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=2.20 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=pycparser |
|
|
|
PKG_HASH:=a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3 |
|
|
|
PKG_HASH:=2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0 |
|
|
|
|
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
|