Skip to content

Commit

Permalink
Bump gifski version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 4, 2024
1 parent d3339aa commit 45cec29
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 199 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gifski
Type: Package
Title: Highest Quality GIF Encoder
Version: 1.12.2
Version: 1.32.0
Authors@R: c(
person("Jeroen", "Ooms", ,"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4035-0289")),
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ $? -eq 0 ]; then
echo "Found old rust. Using legacy gifski 1.4.3 build."
rm -f src/myrustlib/vendor.tar.xz
cp -f src/old-1.4.3/* src/myrustlib/
elif [ "$MAJOR" -eq "1" ] && [ "$MINOR" -lt "65" ]; then
elif [ "$MAJOR" -eq "1" ] && [ "$MINOR" -lt "74" ]; then
echo "Found old rust. Using legacy gifski 1.6.6 build."
rm -f src/myrustlib/vendor.tar.xz
cp -f src/old-1.6.6/* src/myrustlib/
Expand Down
Loading

0 comments on commit 45cec29

Please sign in to comment.