diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-25 00:51:57 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-25 00:51:57 +0800 |
| commit | 483ec52959ae5e892c4b0e8504bd15fe601f6685 (patch) | |
| tree | bebe748fdea87726e369741fe5076648a0eb5fbc /repos | |
| parent | 215704fdffd88e29af6cc460d9d9bfa00865f84d (diff) | |
| download | alicelinux-483ec52959ae5e892c4b0e8504bd15fe601f6685.tar.gz alicelinux-483ec52959ae5e892c4b0e8504bd15fe601f6685.zip | |
nspr: updated to 4.36
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/nspr/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/nspr/.files | 7 | ||||
| -rw-r--r-- | repos/extra/nspr/abuild | 2 |
3 files changed, 3 insertions, 8 deletions
diff --git a/repos/extra/nspr/.checksum b/repos/extra/nspr/.checksum index 70356d0a..4dbd6ff8 100644 --- a/repos/extra/nspr/.checksum +++ b/repos/extra/nspr/.checksum @@ -1 +1 @@ -d5bee1f7e95cd6a2f1fb28c8f0d3d48be98ff98c7bb45402b566c237f11ee7b6 nspr-4.35.tar.gz +ba26528561aff8065a1d65bf4bdd111cb54895938a96ae8963c4c1bfc5696a91 nspr-4.36.tar.gz diff --git a/repos/extra/nspr/.files b/repos/extra/nspr/.files index 4fb9739e..b3c62ef0 100644 --- a/repos/extra/nspr/.files +++ b/repos/extra/nspr/.files @@ -6,7 +6,6 @@ drwxr-xr-x root/root usr/include/nspr/ drwxr-xr-x root/root usr/include/nspr/md/ -rw-r--r-- root/root usr/include/nspr/md/_aix32.cfg -rw-r--r-- root/root usr/include/nspr/md/_aix64.cfg --rw-r--r-- root/root usr/include/nspr/md/_bsdi.cfg -rw-r--r-- root/root usr/include/nspr/md/_darwin.cfg -rw-r--r-- root/root usr/include/nspr/md/_freebsd.cfg -rw-r--r-- root/root usr/include/nspr/md/_hpux32.cfg @@ -15,13 +14,9 @@ drwxr-xr-x root/root usr/include/nspr/md/ -rw-r--r-- root/root usr/include/nspr/md/_netbsd.cfg -rw-r--r-- root/root usr/include/nspr/md/_nto.cfg -rw-r--r-- root/root usr/include/nspr/md/_openbsd.cfg --rw-r--r-- root/root usr/include/nspr/md/_os2.cfg -rw-r--r-- root/root usr/include/nspr/md/_qnx.cfg -rw-r--r-- root/root usr/include/nspr/md/_riscos.cfg --rw-r--r-- root/root usr/include/nspr/md/_scoos.cfg -rw-r--r-- root/root usr/include/nspr/md/_solaris.cfg --rw-r--r-- root/root usr/include/nspr/md/_unixware.cfg --rw-r--r-- root/root usr/include/nspr/md/_unixware7.cfg -rw-r--r-- root/root usr/include/nspr/md/_win95.cfg -rw-r--r-- root/root usr/include/nspr/md/_winnt.cfg -rw-r--r-- root/root usr/include/nspr/nspr.h @@ -80,7 +75,7 @@ drwxr-xr-x root/root usr/include/nspr/private/ -rw-r--r-- root/root usr/include/nspr/prtrace.h -rw-r--r-- root/root usr/include/nspr/prtypes.h -rw-r--r-- root/root usr/include/nspr/prvrsion.h --rw-r--r-- root/root usr/include/nspr/prwin16.h +-rw-r--r-- root/root usr/include/nspr/prwin.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libnspr4.so -rwxr-xr-x root/root usr/lib/libplc4.so diff --git a/repos/extra/nspr/abuild b/repos/extra/nspr/abuild index 33408718..d8f993ba 100644 --- a/repos/extra/nspr/abuild +++ b/repos/extra/nspr/abuild @@ -1,5 +1,5 @@ name=nspr -version=4.35 +version=4.36 release=1 source="https://archive.mozilla.org/pub/$name/releases/v$version/src/$name-$version.tar.gz" |