diff options
author | Juergen Daubert <jue@jue.li> | 2019-03-15 09:02:47 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-03-15 09:02:47 +0100 |
commit | 3b1006c0f0684320d7a3f78e9ea92780c03e3035 (patch) | |
tree | 492da162e9aad6a588d3c159da322aed7f1ac35a /ruby | |
parent | 25205505e0a53dc5f6bb3858128b7af91510c561 (diff) | |
download | opt-3b1006c0f0684320d7a3f78e9ea92780c03e3035.tar.gz opt-3b1006c0f0684320d7a3f78e9ea92780c03e3035.tar.xz |
ruby: update to 2.5.5
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/.footprint | 6 | ||||
-rw-r--r-- | ruby/.signature | 8 | ||||
-rw-r--r-- | ruby/Pkgfile | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/ruby/.footprint b/ruby/.footprint index 048c152ab..1dc89ef24 100644 --- a/ruby/.footprint +++ b/ruby/.footprint @@ -41,9 +41,9 @@ drwxr-xr-x root/root usr/include/ruby-2.5/x86_64-linux/ drwxr-xr-x root/root usr/include/ruby-2.5/x86_64-linux/ruby/ -rw-r--r-- root/root usr/include/ruby-2.5/x86_64-linux/ruby/config.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.2.5.4 -lrwxrwxrwx root/root usr/lib/libruby.so.2.5 -> libruby.so.2.5.4 --rwxr-xr-x root/root usr/lib/libruby.so.2.5.4 +lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.2.5.5 +lrwxrwxrwx root/root usr/lib/libruby.so.2.5 -> libruby.so.2.5.5 +-rwxr-xr-x root/root usr/lib/libruby.so.2.5.5 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/ruby-2.5.pc drwxr-xr-x root/root usr/lib/ruby/ diff --git a/ruby/.signature b/ruby/.signature index 0d6fa2559..d6dea5ce3 100644 --- a/ruby/.signature +++ b/ruby/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YnZLXYIXrV6wXKz9Wab6wsKPxp5Yc3vdrr7UzDps4y+9Syi+YU+iiQ2/ErLUPaBs0v1gTXmIaRdIQC3sCH0Vw8= -SHA256 (Pkgfile) = 882d2e0831d4595cbcc5d1b99158d148ff843151106da9e7570a0b77e308a35c -SHA256 (.footprint) = 46bc2ea5c45ef6e3c58ce57818690e36d38418b387e44e8e8dee6b354481d512 -SHA256 (ruby-2.5.4.tar.xz) = 46f6eff655a6be1939f70c7a4c1bf58f76663e7e804738bc52f4d47ca31dee3d +RWSE3ohX2g5d/c0HOLDZ3gKQE736RGmS7N0Ktg3li0HuqtGNy+kD8LBBxKC26Rx8kkL+C3JAn6zJAmLVcEgukHdOLM1OCjWRzAQ= +SHA256 (Pkgfile) = 3444c837cf0c687acfc18e84c2618b0c5f571bcb404c0756ee00eb5d7348d7de +SHA256 (.footprint) = abb1de80027120f30272b5369488d9290d3e377f2547ae4cec7bce91c42bd7d2 +SHA256 (ruby-2.5.5.tar.xz) = 9bf6370aaa82c284f193264cc7ca56f202171c32367deceb3599a4f354175d7d diff --git a/ruby/Pkgfile b/ruby/Pkgfile index 06a20b9c7..03e2f32ad 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gdbm libgmp openssl zlib libffi libyaml name=ruby -version=2.5.4 +version=2.5.5 release=1 source=(http://cache.ruby-lang.org/pub/$name/${version%.*}/$name-$version.tar.xz) |