recode: 3.7.13 -> 3.7.14

This commit is contained in:
John McQuah 2023-02-10 21:01:18 -05:00
parent 2bbc407c34
commit 65e8a826e9
5 changed files with 17 additions and 12 deletions

6
REPO
View File

@ -184,9 +184,9 @@ f:62b29c353146c16655ad788c14677762:sundials/sundials-fix-cmake-targets.patch
f:5d5d948027c591547dd0e979a225d62f:sundials/.signature
f:c65b00832be395eb095ee3b6e5f950e6:sundials/Pkgfile
f:f86b14e4d133448fc0b537dba6acc349:sundials/.footprint
f:64d07166044736c1441c35fd1593d32a:recode/.signature
f:9c9acfdacfab57a3975741d4ccb89606:recode/Pkgfile
f:b474503451fadd19511c8b53ff47fc46:recode/.footprint
f:28c78192bab78a82abebea4721db2a15:recode/.signature
f:2d6af985912a292efe85f194304157ee:recode/Pkgfile
f:e1cf1c12ed92637910cf5b565c97070c:recode/.footprint
f:39680318d83f51fa90fd16fa4ed05154:zathura-pdf-poppler/.signature
f:13d8d971c19328457beb3c9af2788a94:zathura-pdf-poppler/Pkgfile
f:3961411333908c5200c5ba74f8240798:zathura-pdf-poppler/.footprint

View File

@ -6,9 +6,9 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/recodext.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/librecode.a
lrwxrwxrwx root/root usr/lib/librecode.so -> librecode.so.3.7.13
lrwxrwxrwx root/root usr/lib/librecode.so.3 -> librecode.so.3.7.13
-rwxr-xr-x root/root usr/lib/librecode.so.3.7.13
lrwxrwxrwx root/root usr/lib/librecode.so -> librecode.so.3.7.14
lrwxrwxrwx root/root usr/lib/librecode.so.3 -> librecode.so.3.7.14
-rwxr-xr-x root/root usr/lib/librecode.so.3.7.14
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxAksqcuMB0xD9qXN/sr2WokYMOwvG1r8iDy6DgjUIGna7Tvixq7S39BQnGCP8JvoT2VTrllHGXLxNmW3YUL2oww=
SHA256 (Pkgfile) = 92f7d0d30d31bbddf85be109e50d413da18b73db7b6cacfa1a3ad05ca22783c6
SHA256 (.footprint) = 80e99a08e2c21178bf58b0c76abe4839ea1c1b5cf72b8d37e23bcab2e6d4177c
SHA256 (recode-3.7.13.tar.gz) = 22bbdf79725a59f4d84c3dad63a911c5e8f443f109443c032cad564900b6b733
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39PcmbknCd7p6qVi0voPoEdOj1vBPd5pUSBqJ1v922yhhYi+U1VhF3RJ/RDURgnsEdb7NMqP7JmXocZDDq9QUQ8=
SHA256 (Pkgfile) = 75b2a1febc55c58b84199925d713e29587a030481c9e7d3c905a2e99648ebbc3
SHA256 (.footprint) = 119b571a2ef7959b6e0547bd09c561e3c893ba4c122541e94a6e9777c0789254
SHA256 (recode-3.7.14.tar.gz) = 786aafd544851a2b13b0a377eac1500f820ce62615ccc2e630b501e7743b9f33

5
recode/.watch Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
curl -s "https://github.com/rrthomas/recode/releases" \
| awk '/<h2 class=.sr-only/ {$0=gensub(/<h2 .*v(.+)<.*/,"\\1",1); print;}' \
| head -n 1

View File

@ -4,7 +4,7 @@
# Depends on: help2man
name=recode
version=3.7.13
version=3.7.14
release=1
source=(https://github.com/rrthomas/recode/releases/download/v${version}/${name}-${version}.tar.gz)