From 12e540792a6b89c4d341a690d2acbedec4616706 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 23 Jan 2021 18:38:43 -0500 Subject: [PATCH] pgrouting 3.1.3 --- Formula/pgrouting.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/pgrouting.rb b/Formula/pgrouting.rb index f964fbf3c483..d8a4829f6e3a 100644 --- a/Formula/pgrouting.rb +++ b/Formula/pgrouting.rb @@ -1,8 +1,8 @@ class Pgrouting < Formula desc "Provides geospatial routing for PostGIS/PostgreSQL database" homepage "https://pgrouting.org/" - url "https://github.com/pgRouting/pgrouting/releases/download/v3.1.1/pgrouting-3.1.1.tar.gz" - sha256 "b32e50269c79d65cb31bc611473c2ff0f9948b1a15dcaeef077ffcdfbd1c2730" + url "https://github.com/pgRouting/pgrouting/releases/download/v3.1.3/pgrouting-3.1.3.tar.gz" + sha256 "54b58e8c4ac997d130e894f6311a28238258b224bb824b83f5bfa0fb4ee79c60" license "GPL-2.0-or-later" head "https://github.com/pgRouting/pgrouting.git"