Skip to content

Commit 45cec29

Browse files
committed
Bump gifski version
1 parent d3339aa commit 45cec29

File tree

4 files changed

+152
-199
lines changed

4 files changed

+152
-199
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: gifski
22
Type: Package
33
Title: Highest Quality GIF Encoder
4-
Version: 1.12.2
4+
Version: 1.32.0
55
Authors@R: c(
66
person("Jeroen", "Ooms", ,"[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-4035-0289")),

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ $? -eq 0 ]; then
1717
echo "Found old rust. Using legacy gifski 1.4.3 build."
1818
rm -f src/myrustlib/vendor.tar.xz
1919
cp -f src/old-1.4.3/* src/myrustlib/
20-
elif [ "$MAJOR" -eq "1" ] && [ "$MINOR" -lt "65" ]; then
20+
elif [ "$MAJOR" -eq "1" ] && [ "$MINOR" -lt "74" ]; then
2121
echo "Found old rust. Using legacy gifski 1.6.6 build."
2222
rm -f src/myrustlib/vendor.tar.xz
2323
cp -f src/old-1.6.6/* src/myrustlib/

0 commit comments

Comments
 (0)