mikutter: update to 3.9.0-alpha2.
Upstream changes: * quickstep * crash on a retweet tab in Tweet details tabs when non-Twitter World is selected * pass application name to notify-send * thanks Shibafu Midorino * improve performance of toot cache * crash on Fav'ed from Mastodon World when Current World is not fav'ed account
This commit is contained in:
parent
c4476329e0
commit
8019844f76
3 changed files with 13 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.175 2019/06/16 16:39:57 tsutsui Exp $
|
||||
# $NetBSD: Makefile,v 1.176 2019/06/22 06:47:05 tsutsui Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mikutter.3.9.0-alpha1
|
||||
DISTNAME= mikutter.3.9.0-alpha2
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-//:S/./-/}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://mikutter.hachune.net/bin/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.46 2019/06/16 16:39:57 tsutsui Exp $
|
||||
@comment $NetBSD: PLIST,v 1.47 2019/06/22 06:47:05 tsutsui Exp $
|
||||
bin/mikutter
|
||||
share/applications/mikutter.desktop
|
||||
share/doc/mikutter/README
|
||||
|
@ -390,8 +390,6 @@ share/mikutter/core/plugin/intent_selector/intent_selector.rb
|
|||
share/mikutter/core/plugin/intent_selector/listview.rb
|
||||
share/mikutter/core/plugin/libnotify/.mikutter.yml
|
||||
share/mikutter/core/plugin/libnotify/libnotify.rb
|
||||
share/mikutter/core/plugin/libnotify/notify-send.rb
|
||||
share/mikutter/core/plugin/libnotify/rnotify.rb
|
||||
share/mikutter/core/plugin/list/.mikutter.yml
|
||||
share/mikutter/core/plugin/list/list.rb
|
||||
share/mikutter/core/plugin/list_for_profile/.mikutter.yml
|
||||
|
@ -537,6 +535,10 @@ share/mikutter/core/plugin/proxy/po/zh/proxy.po
|
|||
share/mikutter/core/plugin/proxy/po/zh_CN/proxy.po
|
||||
share/mikutter/core/plugin/proxy/po/zh_TW/proxy.po
|
||||
share/mikutter/core/plugin/proxy/proxy.rb
|
||||
share/mikutter/core/plugin/quickstep/.mikutter.yml
|
||||
share/mikutter/core/plugin/quickstep/complete.rb
|
||||
share/mikutter/core/plugin/quickstep/model/command.rb
|
||||
share/mikutter/core/plugin/quickstep/quickstep.rb
|
||||
share/mikutter/core/plugin/quoted_message/.mikutter.yml
|
||||
share/mikutter/core/plugin/quoted_message/quoted_message.rb
|
||||
share/mikutter/core/plugin/ratelimit/.mikutter.yml
|
||||
|
@ -756,6 +758,7 @@ share/mikutter/core/plugin/tco/.mikutter.yml
|
|||
share/mikutter/core/plugin/tco/tco.rb
|
||||
share/mikutter/core/plugin/template
|
||||
share/mikutter/core/plugin/twitter/.mikutter.yml
|
||||
share/mikutter/core/plugin/twitter/Gemfile
|
||||
share/mikutter/core/plugin/twitter/builder.rb
|
||||
share/mikutter/core/plugin/twitter/configuration.json
|
||||
share/mikutter/core/plugin/twitter/mikutwitter.rb
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.159 2019/06/16 16:39:57 tsutsui Exp $
|
||||
$NetBSD: distinfo,v 1.160 2019/06/22 06:47:05 tsutsui Exp $
|
||||
|
||||
SHA1 (mikutter.3.9.0-alpha1.tar.gz) = 78a7e7a35b1d139dd9146822c6d2dec5775ed474
|
||||
RMD160 (mikutter.3.9.0-alpha1.tar.gz) = eb8d43a1c941575469527dc4b16237870f6776f2
|
||||
SHA512 (mikutter.3.9.0-alpha1.tar.gz) = 6157fe66701607357276bbdc5315e5e4221e1fef71726f5ad26bf75261a1b671c5664df5620dac3e59ef4bed98eaa5c2b847f14c9e4753d1d5ce279f473e52d0
|
||||
Size (mikutter.3.9.0-alpha1.tar.gz) = 2988468 bytes
|
||||
SHA1 (mikutter.3.9.0-alpha2.tar.gz) = 51da1384128a52ed645a01214d23ec8116b8e28c
|
||||
RMD160 (mikutter.3.9.0-alpha2.tar.gz) = 63c755eff84ef4684fed0dd69f9707e54e258774
|
||||
SHA512 (mikutter.3.9.0-alpha2.tar.gz) = 379a52b3676f5e40c2b85cef925890bbe93b2611fa1b78c928ed4586b3e502d5929533b47904982847da491e88e68b85b36cfac15609a5b9c68be5ba4d409827
|
||||
Size (mikutter.3.9.0-alpha2.tar.gz) = 2748656 bytes
|
||||
SHA1 (patch-mikutter.rb) = 34f3ae812c5db53b448111ff0d7c36100e93adce
|
||||
|
|
Loading…
Reference in a new issue