Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Google App Engine (Python) 1.9.23 => 1.9.26 #44452

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 2 additions & 2 deletions Library/Formula/app-engine-python.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class AppEnginePython < Formula
desc "Google App Engine"
homepage "https://cloud.google.com/appengine/docs"
url "https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.23.zip"
sha256 "6d4e442d4814dea6a49b39fde8b0a82e228f962c8dcac883fe9ae8fffa6d1c2a"
url "https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.26.zip"
sha256 "96eb9d7db8eb11275fc67a8afc21d9315bcb50d571b29e126b60ba1a466ebbb8"

conflicts_with "go-app-engine-32", :because => "multiple conflicting files"
conflicts_with "go-app-engine-64", :because => "multiple conflicting files"
Expand Down