Skip to content

Commit 5654e29

Browse files
authored
Merge pull request #217743 from Homebrew/bump-django-completion-5.2
django-completion 5.2
2 parents 3de0534 + 484fa23 commit 5654e29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/d/django-completion.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class DjangoCompletion < Formula
22
desc "Bash completion for Django"
33
homepage "https://www.djangoproject.com/"
4-
url "https://github.com/django/django/archive/refs/tags/5.1.8.tar.gz"
5-
sha256 "ee141b232a6043d64e018ca8914b7334c4d358440fec362edd8cf489c1d7c10c"
4+
url "https://github.com/django/django/archive/refs/tags/5.2.tar.gz"
5+
sha256 "25dd8b612f50bde9a395b370a2e7f6dd768ae125d92203781150aec672074d09"
66
license "BSD-3-Clause"
77
head "https://github.com/django/django.git", branch: "main"
88

@@ -12,7 +12,7 @@ class DjangoCompletion < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "683e08aa058e689c1c5cd8ce8571c92572a9e9e0b756dd5e0b02f2dad747e9b5"
15+
sha256 cellar: :any_skip_relocation, all: "5e025add88e385b4aff678cf28f6d8cce558d8d95f0c10c4142ae881f9da8c8e"
1616
end
1717

1818
def install

0 commit comments

Comments
 (0)