mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Zotero 7.0.13 => 7.0.15 (#11560)
This commit is contained in:
@@ -3,11 +3,11 @@ require 'package'
|
||||
class Zotero < Package
|
||||
description 'Zotero is a free, easy-to-use tool to help you collect, organize, annotate, cite, and share research.'
|
||||
homepage 'https://www.zotero.org/'
|
||||
version '7.0.13'
|
||||
version '7.0.15'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64'
|
||||
source_url "https://download.zotero.org/client/release/#{version}/Zotero-#{version}_linux-x86_64.tar.bz2"
|
||||
source_sha256 'fd58a0e299555effa99f75f0e9fd32d163e3590d2c488fbd6ff6132d76d38bf2'
|
||||
source_sha256 'd16a8aca23562c025e07e274524fbf7cc1225f67f6075b1958ec896eeb4523bf'
|
||||
|
||||
depends_on 'dbus_glib'
|
||||
depends_on 'gtk3'
|
||||
@@ -27,4 +27,9 @@ class Zotero < Package
|
||||
def self.postinstall
|
||||
ExitMessage.add "\nType 'zotero' to get started.\n"
|
||||
end
|
||||
|
||||
def self.postremove
|
||||
Package.agree_to_remove("#{HOME}/Zotero")
|
||||
Package.agree_to_remove("#{HOME}/.zotero")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user