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 54412fa commit fc49fa3Copy full SHA for fc49fa3
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.1.tar.gz"
5
- sha256 "5405fccebefbde3b257af3c638a5aa64944a2bac55f058128a0512ffb2b765ae"
+ url "https://github.com/django/django/archive/refs/tags/5.1.2.tar.gz"
+ sha256 "8fcaf3880617f0c23e07bf966191193989792127b4080dcaef15495ad1c11837"
6
license "BSD-3-Clause"
7
head "https://github.com/django/django.git", branch: "main"
8
0 commit comments