Skip to content

Commit 4a47aaa

Browse files
authored
Merge pull request Homebrew#193217 from Homebrew/bump-django-completion-5.1.2
django-completion 5.1.2
2 parents b386ec1 + 5fce82a commit 4a47aaa

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.1.tar.gz"
5-
sha256 "5405fccebefbde3b257af3c638a5aa64944a2bac55f058128a0512ffb2b765ae"
4+
url "https://github.com/django/django/archive/refs/tags/5.1.2.tar.gz"
5+
sha256 "8fcaf3880617f0c23e07bf966191193989792127b4080dcaef15495ad1c11837"
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: "5dbefd37d1f8514df5b82a1377f730b958c30cd56d03045cee781c2ea387d4e9"
15+
sha256 cellar: :any_skip_relocation, all: "4a016f8db890bd4d3bd50f1fb296703e232153e2510143a06243528a5f2abd0c"
1616
end
1717

1818
def install

0 commit comments

Comments
 (0)