Skip to content

Commit 177445d

Browse files
tschoonjfxcoudert
authored andcommitted
simple-scan 3.34.1
Closes #44960. Signed-off-by: FX Coudert <[email protected]>
1 parent 7325e69 commit 177445d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Formula/simple-scan.rb

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
class SimpleScan < Formula
22
desc "GNOME document scanning application"
33
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"
76

87
bottle do
98
sha256 "f7ed7cc755f1ea1584992c7f80f2c1b9c7df40fea51d0f69e09f007508e4be3a" => :catalina
@@ -23,13 +22,6 @@ class SimpleScan < Formula
2322
depends_on "sane-backends"
2423
depends_on "webp"
2524

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-
3325
def install
3426
ENV["DESTDIR"] = "/"
3527
mkdir "build" do

0 commit comments

Comments
 (0)