summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2022-02-16 19:26:32 +0800
committerChih-Hsuan Yen2022-02-16 19:26:32 +0800
commit92e4c62d4b3ce4abf294c1c6269e62a57608962d (patch)
treea2aeccae98c360ab36da3c48f619dc9b7ac65fc2
parentca9a2cbe9f4be7d3e11b05e27660cea8319b37f4 (diff)
downloadaur-92e4c62d4b3ce4abf294c1c6269e62a57608962d.tar.gz
update to 20220110 and add a hint about certificates
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--nhiicc.install5
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c45ce1970b9a..59e0d714dfbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nhiicc
pkgdesc = 台灣健保卡網路註冊憑證元件 (National Health Insurance IC Card)
- pkgver = 20210824.02
- pkgrel = 2
+ pkgver = 20220110
+ pkgrel = 1
epoch = 1
url = https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mEventesting.htm
install = nhiicc.install
@@ -11,10 +11,10 @@ pkgbase = nhiicc
depends = sed
depends = openssl
optdepends = lib32-pcsclite: for using card readers with 32-bit driver only
- source = https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mLNHIICC_Setup.20210824.02.U64.gz
+ source = https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mLNHIICC_Setup.20220110.tar.gz
source = nhiicc.service
source = regen-certs.sh
- md5sums = 05b34bb5df19c0b8270ab37416225d78
+ md5sums = 156de24023a454f9bf779e874d83eb77
md5sums = 82b85491957f25f22b43beffca53b9ab
md5sums = ba0495f8d54384ac95a93f221366049f
diff --git a/PKGBUILD b/PKGBUILD
index 775615637dac..843604420e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=nhiicc
epoch=1
-pkgver=20210824.02
-pkgrel=2
+pkgver=20220110
+pkgrel=1
arch=(x86_64)
url='https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mEventesting.htm'
license=(custom)
@@ -13,11 +13,11 @@ depends=(pcsclite sed openssl)
optdepends=(
'lib32-pcsclite: for using card readers with 32-bit driver only'
)
-source=("https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mLNHIICC_Setup.$pkgver.U64.gz"
+source=("https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mLNHIICC_Setup.$pkgver.tar.gz"
nhiicc.service
regen-certs.sh)
# See https://cloudicweb.nhi.gov.tw/cloudic/system/SMC/mEventesting.htm for MD5 sums
-md5sums=('05b34bb5df19c0b8270ab37416225d78'
+md5sums=('156de24023a454f9bf779e874d83eb77'
'82b85491957f25f22b43beffca53b9ab'
'ba0495f8d54384ac95a93f221366049f')
install=nhiicc.install
diff --git a/nhiicc.install b/nhiicc.install
index 78b6782e868a..bcf670cf31e8 100644
--- a/nhiicc.install
+++ b/nhiicc.install
@@ -7,6 +7,11 @@ post_install() {
post_upgrade() {
/usr/share/NHIICC/regen-certs.sh
+ cat <<EOF
+>>>
+>>> Certificates for the NHIICC program are generated. You may need to restart browsers to load new certificates.
+>>>
+EOF
}
post_remove() {