Commit 929e2ee8 authored by satmandu's avatar satmandu Committed by GitHub

geany -> 1.37.1 (#4838)

parent bb4a30be
...@@ -3,28 +3,29 @@ require 'package' ...@@ -3,28 +3,29 @@ require 'package'
class Geany < Package class Geany < Package
description 'Geany is a small and lightweight Integrated Development Environment.' description 'Geany is a small and lightweight Integrated Development Environment.'
homepage 'https://www.geany.org/' homepage 'https://www.geany.org/'
version '1.37' version '1.37.1'
compatibility 'aarch64,armv7l,x86_64' compatibility 'all'
case ARCH source_url 'https://download.geany.org/geany-1.37.1.tar.bz2'
when 'aarch64', 'armv7l', 'x86_64' source_sha256 '18c5756444c1d8bcd737c8ecfd4ef0b3607c924fc02560d4e8b78f6121531a18'
source_url 'https://download.geany.org/geany-1.37.tar.bz2'
source_sha256 'dde52584823b769c56704c27dbedddb7a6bbaf4eacb9587d10bbc387816e3d51'
depends_on 'gtk3'
depends_on 'xdg_base'
depends_on 'sommelier'
end
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37-chromeos-armv7l.tar.xz', aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37-chromeos-armv7l.tar.xz', armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37.1-chromeos-armv7l.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37-chromeos-x86_64.tar.xz', i686: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37.1-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'bbdb1255d7ce63c4261ebfd53bae0639f898e71adaba836783c429ea962e071b', aarch64: '23569bccfea77b83925f8d8b69b0726956fab967588f8b87433a9aec9e846f9c',
armv7l: 'bbdb1255d7ce63c4261ebfd53bae0639f898e71adaba836783c429ea962e071b', armv7l: '23569bccfea77b83925f8d8b69b0726956fab967588f8b87433a9aec9e846f9c',
x86_64: 'eb7e491ae1c62a634ce3a28f3ecf55dacce765ed2140098d1236799f15383380', i686: '7a8600c481502fabad7079513381b21b9d3d628bcbc9c24d59ef3825e3b49459',
x86_64: '02fb7bbd757af647903507b68d880a5207c3666725f49748edb1e71c0c629a51',
}) })
depends_on 'gtk3'
depends_on 'xdg_base'
depends_on 'sommelier'
def self.build def self.build
system "./configure #{CREW_OPTIONS} --enable-api-docs=no --enable-html-docs=no --enable-pdf-docs=no" system "./configure #{CREW_OPTIONS} --enable-api-docs=no --enable-html-docs=no --enable-pdf-docs=no"
system 'make' system 'make'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment