chore: renmae golang-migrate to migrate and update to v4.18.1

This commit is contained in:
thomas 2024-11-01 17:10:16 +00:00 committed by classabbyamp
parent e73190c29c
commit a535493768

View file

@ -1,6 +1,6 @@
# Template file for 'golang-migrate' # Template file for 'migrate'
pkgname=golang-migrate pkgname=migrate
version=4.17.1 version=4.18.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/golang-migrate/migrate/v4" go_import_path="github.com/golang-migrate/migrate/v4"
@ -9,7 +9,7 @@ maintainer="Thomas Treffry <t.treffry@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/golang-migrate/migrate" homepage="https://github.com/golang-migrate/migrate"
distfiles="https://github.com/golang-migrate/migrate/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/golang-migrate/migrate/archive/refs/tags/v${version}.tar.gz"
checksum="59a92e27d58f22ce3270086d385b3548a2a44e09f91b0eda3e245f94bcf8f081" checksum="06cb38c81f0152670c730e906a27f49b353958fe90dcdf9f90f318785c19977f"
do_build() { do_build() {
VERSION="$version" make build VERSION="$version" make build