diff options
author | Mario Finelli | 2023-08-28 11:21:41 +0200 |
---|---|---|
committer | Mario Finelli | 2023-08-28 11:21:41 +0200 |
commit | 55a6987934c411967d0c2f4a1eb54c6b077c1f75 (patch) | |
tree | dec4ceef0b591591bdabc5d4d9eb383feaa3f6c9 | |
parent | eaa47f184b3479f6b1b60a0b6ffac8f62384f910 (diff) | |
download | aur-55a6987934c411967d0c2f4a1eb54c6b077c1f75.tar.gz |
upgpkg: rubymine 2023.2.1-1
upstream release
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = rubymine pkgdesc = Ruby and Rails IDE with the full stack of essential developer tools - pkgver = 2023.2 + pkgver = 2023.2.1 pkgrel = 1 url = https://www.jetbrains.com/ruby/ install = rubymine.install @@ -11,10 +11,10 @@ pkgbase = rubymine depends = gtk-update-icon-cache optdepends = ruby: Ruby run/debug support options = !strip - source = https://download.jetbrains.com/ruby/RubyMine-2023.2.tar.gz + source = https://download.jetbrains.com/ruby/RubyMine-2023.2.1.tar.gz source = rubymine.desktop source = rubymine.install - sha256sums = 9da529bbc2c65503f1e01c85b745f676140c2263b9541fb1c5bae0d3b9329787 + sha256sums = 13e56acc36e52e52e91eb23d5166144be47511ee466601efea82dc891bad3bfe sha256sums = 72df0e7c605caf7b6c98e9335f4eee9c8bfe8fcc24523634fd8c1ebe019534d6 sha256sums = 7ecadddf2b315b22df3a5c7b90e18be7ea69e2a0d869ee18bf0e031b2c508f76 @@ -7,7 +7,7 @@ pkgname=rubymine _pkgname=RubyMine -pkgver=2023.2 +pkgver=2023.2.1 pkgrel=1 pkgdesc="Ruby and Rails IDE with the full stack of essential developer tools" arch=(i686 x86_64) @@ -20,7 +20,7 @@ install=rubymine.install source=(https://download.jetbrains.com/ruby/${_pkgname}-${pkgver}.tar.gz rubymine.desktop rubymine.install) -sha256sums=('9da529bbc2c65503f1e01c85b745f676140c2263b9541fb1c5bae0d3b9329787' +sha256sums=('13e56acc36e52e52e91eb23d5166144be47511ee466601efea82dc891bad3bfe' '72df0e7c605caf7b6c98e9335f4eee9c8bfe8fcc24523634fd8c1ebe019534d6' '7ecadddf2b315b22df3a5c7b90e18be7ea69e2a0d869ee18bf0e031b2c508f76') |