Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tableau-prep, tableau-reader 2024.3.1 #193913

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Casks/t/tableau-prep.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
cask "tableau-prep" do
arch arm: "-arm64"

version "2024.2.4"
sha256 arm: "772e04be0dd5de5a9751f8b43679c6b5d6eba00370e612809ed9135bed78c0e0",
intel: "3241d380df93f4baea889ceb44908f5862bd5bb3037a31d1a2d147f545934a5b"
version "2024.3.1"
sha256 arm: "11ffbbddaeae8333eee2bf33895c5b1fc2e682cc9a6d4586a4b037cfa4f1d756",
intel: "edc225647b0f69bb627a8589ea93b3adba68bccecc2945ed56d624fc5efe2270"

url "https://downloads.tableau.com/esdalt/tableau_prep/#{version}/TableauPrep-#{version.dots_to_hyphens}#{arch}.dmg",
user_agent: "curl/8.7.1"
name "Tableau Prep"
name "Tableau Prep Builder"
desc "Combine, shape, and clean your data for analysis"
homepage "https://www.tableau.com/support/releases/prep"
homepage "https://www.tableau.com/products/prep"

livecheck do
cask "tableau"
Expand Down
6 changes: 3 additions & 3 deletions Casks/t/tableau-reader.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cask "tableau-reader" do
arch arm: "-arm64"

version "2024.2.3"
sha256 arm: "3c205a94a82db6481be75395bd406d0a7109b1d16b853acbbb1958038a607d4f",
intel: "19bf1425bb3cfb048b97834affa501a59a0525e0fb78bd280e8ad747229e33c6"
version "2024.3.1"
sha256 arm: "b6d64af76a9773851c0cfcb055c595de82308400862b7045dbd2d939f4b9bc67",
intel: "4f98d27f522177038a1601bb7d7a08ec76f41f9112b8010bb136298538bc506b"

url "https://downloads.tableau.com/esdalt/#{version}/TableauReader-#{version.dots_to_hyphens}#{arch}.pkg",
user_agent: "curl/8.7.1"
Expand Down
Loading