We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff5f0c commit 4945680Copy full SHA for 4945680
Formula/d/django-completion.rb
@@ -1,8 +1,8 @@
1
class DjangoCompletion < Formula
2
desc "Bash completion for Django"
3
homepage "https://www.djangoproject.com/"
4
- url "https://github.com/django/django/archive/refs/tags/5.1.8.tar.gz"
5
- sha256 "ee141b232a6043d64e018ca8914b7334c4d358440fec362edd8cf489c1d7c10c"
+ url "https://github.com/django/django/archive/refs/tags/5.2.tar.gz"
+ sha256 "25dd8b612f50bde9a395b370a2e7f6dd768ae125d92203781150aec672074d09"
6
license "BSD-3-Clause"
7
head "https://github.com/django/django.git", branch: "main"
8
0 commit comments