Skip to content

Commit 19f6349

Browse files
authored
Merge pull request #235993 from Homebrew/bump-django-completion-5.2.6
django-completion 5.2.6
2 parents 551da03 + 38ac28a commit 19f6349

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.2.5.tar.gz"
5-
sha256 "9c0b9cb2e5c99e699cb3a05238ba8efba1fd31baf4bbbbb9e6dd662bb5b3286b"
4+
url "https://github.com/django/django/archive/refs/tags/5.2.6.tar.gz"
5+
sha256 "a96d96d60cc7998ea10b4feaf34e8688b21b412a7cc649c75614fdb03a21ed2b"
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: "bace90132eaeae5780ac9248ae27a428e4bb0b4b81ea2f7e7af7f42737f781d2"
15+
sha256 cellar: :any_skip_relocation, all: "087c76288bf2763ff24257f50c96849bead9d9947e89e0cf4e57a481b2caefce"
1616
end
1717

1818
def install

0 commit comments

Comments
 (0)