File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
class SimpleScan < Formula
2
2
desc "GNOME document scanning application"
3
3
homepage "https://gitlab.gnome.org/GNOME/simple-scan"
4
- url "https://download.gnome.org/sources/simple-scan/3.34/simple-scan-3.34.0.tar.xz"
5
- sha256 "7378bb9d891f956df232eb85bda59b9551be9578bc209bff40fed47d21cfb8bb"
6
- revision 1
4
+ url "https://download.gnome.org/sources/simple-scan/3.34/simple-scan-3.34.1.tar.xz"
5
+ sha256 "d827fec3383a565724136b6fda543a94c8f8f161782ac6edf9e91ed6fad49f3e"
7
6
8
7
bottle do
9
8
sha256 "f7ed7cc755f1ea1584992c7f80f2c1b9c7df40fea51d0f69e09f007508e4be3a" => :catalina
@@ -23,13 +22,6 @@ class SimpleScan < Formula
23
22
depends_on "sane-backends"
24
23
depends_on "webp"
25
24
26
- # fixes vala compiler error
27
- # see https://gitlab.gnome.org/GNOME/simple-scan/merge_requests/27
28
- patch do
29
- url "https://gitlab.gnome.org/GNOME/simple-scan/commit/47d35324.diff"
30
- sha256 "d32ba584a5d9d2f2e13d12bde9e185d28234983f9f7d0a7275924fedf62dd405"
31
- end
32
-
33
25
def install
34
26
ENV [ "DESTDIR" ] = "/"
35
27
mkdir "build" do
You can’t perform that action at this time.
0 commit comments