Skip to content

Commit

Permalink
Update to 1.65
Browse files Browse the repository at this point in the history
Upstream changes:
1.65 - 2024-01-15
  FIXES
  * support for older perls

1.64 - 2023-12-22

 FEATURES
 * support EXCLUDE constraints in Postgres (thansk @KES777)
 * Improve enums in the PostgrSQL family (thanks @nrdvana)
 * Add index length options for MySQL (thanks @abeverley)
   * you can pass fields for an index now as { name => $name, prefix_length => 9001 }
  • Loading branch information
wen committed Jul 30, 2024
1 parent 706aece commit 11f17ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions databases/p5-SQL-Translator/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.46 2023/08/25 06:33:47 wen Exp $
# $NetBSD: Makefile,v 1.47 2024/07/30 03:05:34 wen Exp $

DISTNAME= SQL-Translator-1.63
DISTNAME= SQL-Translator-1.65
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
Expand Down
8 changes: 4 additions & 4 deletions databases/p5-SQL-Translator/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.26 2023/08/25 06:33:47 wen Exp $
$NetBSD: distinfo,v 1.27 2024/07/30 03:05:34 wen Exp $

BLAKE2s (SQL-Translator-1.63.tar.gz) = 607207a5e12f69569d27e2abf66d9c8d1eae45fa69836cdda55bed7793ee6656
SHA512 (SQL-Translator-1.63.tar.gz) = e1809cbe110238f8fd1f2e35a1107d833b9c94754c331fccae60c89eb3ce38448b18f03b2497f13ffb7a9bcd1419c63a728e24654b92b04dd2d23b5a82a6a66e
Size (SQL-Translator-1.63.tar.gz) = 419418 bytes
BLAKE2s (SQL-Translator-1.65.tar.gz) = 4f3b1a1f305f4fc2d4e17bf7ec38ca61a8a377f75eea4d28b9e96d5fbd3b1847
SHA512 (SQL-Translator-1.65.tar.gz) = f321edfb8a8c8ee2f5030b1dfed1c070b3e684790fe0193a6a164db304b242f1ca7680caef9359dbefc20bed3768c7d40880cf94bfe114c5e3f9e6c57a758d6f
Size (SQL-Translator-1.65.tar.gz) = 405476 bytes

0 comments on commit 11f17ea

Please sign in to comment.