From 688c4d3d544aa655d675fc5f0c2c146bd4c6cc79 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 25 Aug 2024 02:49:44 +0200 Subject: [PATCH] lpac: update to v2.1.0 fd58ad7 Bump 2.1.0 319f55f chore(docs): add interactive preview mode option da1cf1a update download cancel process cee7190 workaround for es9p cancel session override error_detail b11878f typo e6b32e1 Merge branch 'main' of github.com:estkme/lpac 302984f preview && cancel session 56352c5 docs: Add parameters for 'notification process' (#144) 19df553 chore(driver): improve memory management in at driver (#140) c86edd5 chore(driver): set pcsc and curl as default drivers. (#137) 3bde4a1 driver(APDU): add QMI backend (#131) 0011ea6 docs: add link to lpa-gtk ui for lpac (#125) d508b28 refactor: bash scripts (#123) f5956dd chore: move rlpa-server to independent repo (#122) Signed-off-by: David Bauer --- utils/lpac/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/lpac/Makefile b/utils/lpac/Makefile index 86da6abe03..bbc08a5cce 100644 --- a/utils/lpac/Makefile +++ b/utils/lpac/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lpac -PKG_VERSION:=2.0.2 -PKG_RELEASE:=3 +PKG_VERSION:=2.1.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/estkme-group/lpac/tar.gz/refs/tags/v$(PKG_VERSION)? -PKG_HASH:=de25d0712cb61f4a24eda43a3ed271cdb84ec221229d236d47ea3da9e014d9f5 +PKG_HASH:=532c5daef6888fe91b0838e8e23bf23ea2f5f39cbb755c008676b9cdfbd833fb PKG_MAINTAINER:=David Bauer PKG_LICENSE:=AGPL-3.0-only LGPL-2.0-only