diff options
author | Tim Biermann <tbier@posteo.de> | 2022-08-25 21:39:49 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-08-25 22:59:31 +0200 |
commit | 09ce0a5e8eed3c09a71ab4ce1e24d0b896a27056 (patch) | |
tree | 7dd63795439780dab8beb8c509c8359097938c8e /libmythes | |
parent | ab6bff22d11a60e4bfda074a6e7e3a11f2583a22 (diff) | |
download | contrib-09ce0a5e8eed3c09a71ab4ce1e24d0b896a27056.tar.gz contrib-09ce0a5e8eed3c09a71ab4ce1e24d0b896a27056.tar.xz |
libmythes: 1.2.4 -> 1.2.5
Diffstat (limited to 'libmythes')
-rw-r--r-- | libmythes/.footprint | 1 | ||||
-rw-r--r-- | libmythes/.signature | 8 | ||||
-rw-r--r-- | libmythes/Pkgfile | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/libmythes/.footprint b/libmythes/.footprint index ace235b62..7b6ea53c9 100644 --- a/libmythes/.footprint +++ b/libmythes/.footprint @@ -4,7 +4,6 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/mythes.hxx drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libmythes-1.2.a -rwxr-xr-x root/root usr/lib/libmythes-1.2.la lrwxrwxrwx root/root usr/lib/libmythes-1.2.so -> libmythes-1.2.so.0.0.0 lrwxrwxrwx root/root usr/lib/libmythes-1.2.so.0 -> libmythes-1.2.so.0.0.0 diff --git a/libmythes/.signature b/libmythes/.signature index 9c6c35186..c60727941 100644 --- a/libmythes/.signature +++ b/libmythes/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3ySRorGKBzwtNo0QXisbXooz4YzgBKCiSDTsDN0HB2v/p46GBdK+h9RmDlngshkPsiMQVEGyI1lrPrG0M2p1bwo= -SHA256 (Pkgfile) = 0e20cd811096bafbd4a7760bea2049a7432db07dc925e38a4f48c2735a9dab09 -SHA256 (.footprint) = 9b9394aca9355ea2225ce8c150bc72c888300facf4b10c337ab3270024e1ddd7 -SHA256 (mythes-1.2.4.tar.gz) = 1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f +RWSagIOpLGJF3zStNfAQ5B2xn2Pbou6BzYlaThILKS4du/tS4FKu9tSHKsSZS5CH9PHflFglLL1xXo9Vb8X210h/2wLBNmo6uAM= +SHA256 (Pkgfile) = 765ae4c659b6052c94385e80a38334a88f0bfbb314564f2798c791ad45119702 +SHA256 (.footprint) = 5fb91a5df0379a43f7fe7e7966631fe19ac5629459e92945bbca9994b573e008 +SHA256 (mythes-1.2.5.tar.xz) = 19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d diff --git a/libmythes/Pkgfile b/libmythes/Pkgfile index d39455467..ccdd57e0a 100644 --- a/libmythes/Pkgfile +++ b/libmythes/Pkgfile @@ -4,9 +4,9 @@ # Depends on: hunspell name=libmythes -version=1.2.4 +version=1.2.5 release=1 -source=(https://downloads.sourceforge.net/project/hunspell/MyThes/$version/${name/lib/}-$version.tar.gz) +source=(https://github.com/hunspell/mythes/releases/download/v$version/mythes-$version.tar.xz) build() { cd mythes-$version |