Skip to content

Commit 1c52a2e

Browse files
authored
Merge pull request #200071 from Homebrew/bump-django-completion-5.1.4
django-completion 5.1.4
2 parents 16e4e2b + 759bfe0 commit 1c52a2e

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.3.tar.gz"
5-
sha256 "e69dbe3cb98b4a7424502d6688b3284f66548080593218dd18fc05ae006b576b"
4+
url "https://github.com/django/django/archive/refs/tags/5.1.4.tar.gz"
5+
sha256 "adbb3c6702033d417401ce1925f7307b70ee2d8bfca636c82c66a38c55b97dda"
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: "f8020dfec80acb9ac95891b7deba8c2583b2289dc0be2940b1ba2669b3a9f450"
15+
sha256 cellar: :any_skip_relocation, all: "c41d82537aea67713a2d905594ba0e1d245310530209faaf7905f8f8db9f178e"
1616
end
1717

1818
def install

0 commit comments

Comments
 (0)