summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Baboni Dominiquini2025-02-23 14:52:18 -0300
committerRafael Baboni Dominiquini2025-02-23 14:53:38 -0300
commit0169b4c2fb67540be344cf8889d33d5d7264eb9a (patch)
tree97fbe2ea26155748877b714cac304d7762b826db
parent7de1be9cdd3cad0ed497ea9eea8d11fbad7dae80 (diff)
downloadaur-0169b4c2fb67540be344cf8889d33d5d7264eb9a.tar.gz
Update to version 0.37.0
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD12
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9fbddc87a08..37832fd6bdfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gql-bin
pkgdesc = Git Query language (GQL) is an SQL like language to perform queries on .git files
- pkgver = 0.36.0
+ pkgver = 0.37.0
pkgrel = 1
url = https://github.com/AmrDeveloper/GQL
arch = x86_64
@@ -8,21 +8,21 @@ pkgbase = gql-bin
license = MIT
conflicts = gitql
conflicts = gql
- source = LICENSE_0.36.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.36.0/LICENSE
- source = README_0.36.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.36.0/README.md
- source = RELEASING_0.36.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.36.0/RELEASING.md
- source = CONTRIBUTING_0.36.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.36.0/CONTRIBUTING.md
- source = CHANGELOG_0.36.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.36.0/CHANGELOG.md
- source = CODE_OF_CONDUCT_0.36.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.36.0/CODE_OF_CONDUCT.md
+ source = LICENSE_0.37.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.37.0/LICENSE
+ source = README_0.37.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.37.0/README.md
+ source = RELEASING_0.37.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.37.0/RELEASING.md
+ source = CONTRIBUTING_0.37.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.37.0/CONTRIBUTING.md
+ source = CHANGELOG_0.37.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.37.0/CHANGELOG.md
+ source = CODE_OF_CONDUCT_0.37.0::https://raw.githubusercontent.com/AmrDeveloper/GQL/0.37.0/CODE_OF_CONDUCT.md
sha256sums = 538a5a5e065de1fe693ebf72cf3c0c69656d4438663ff4aefbd59a4a63bc683f
sha256sums = 54db543e154bb141ec97966aa8add22a23910af719b3557b8040e8940e94844f
sha256sums = ab676df3728c0813f8d7ad2ddcc07fba94ff0970293a7a6f28bcfaa6b0696e95
sha256sums = af4ac8b60c924c903e093e862bfa490127221ba058713ab6163662cde9312632
- sha256sums = 16e6d42812dfcebd03d34cb193f9f3cb7ae8921873bc578c962bfd4b503efb91
+ sha256sums = d1656b898a02ee2da2a3b60d772db4af65d1459e3b668722f0327df8820da675
sha256sums = c8e12f62115ab9962711b84bc396adbf75dfc3c4c7e309b37fed1742567bcb0d
- source_x86_64 = gql_0.36.0_x86_64.gz::https://github.com/AmrDeveloper/GQL/releases/download/0.36.0/gql-x86_64-linux.gz
- sha256sums_x86_64 = a9dd2fd4a3a8af38d8676b6e4c63d0bec12ab583188bf68c6b3973ecedbc045b
- source_aarch64 = gql_0.36.0_aarch64.gz::https://github.com/AmrDeveloper/GQL/releases/download/0.36.0/gql-aarch64-linux.gz
- sha256sums_aarch64 = 6bbb6e39c1acb01eb83a0b45d1501df8931524c01b4e477e9e0f6b80e155c648
+ source_x86_64 = gql_0.37.0_x86_64.gz::https://github.com/AmrDeveloper/GQL/releases/download/0.37.0/gql-x86_64-linux.gz
+ sha256sums_x86_64 = dc905c58a43440edd9596af3ad73b8ec69117cbed8d1783bb946f0f04be2cbd2
+ source_aarch64 = gql_0.37.0_aarch64.gz::https://github.com/AmrDeveloper/GQL/releases/download/0.37.0/gql-aarch64-linux.gz
+ sha256sums_aarch64 = 019da29c0ff60b15196c5c0ed8d71efb0a9056912d3732c6a3608cb8357c3b69
pkgname = gql-bin
diff --git a/PKGBUILD b/PKGBUILD
index 371a718a228f..df8f082b6c5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gql-bin
_pkgname=${pkgname%-bin}
_pkgbinary=gitql
-pkgver=0.36.0
+pkgver=0.37.0
pkgrel=1
pkgdesc="Git Query language (GQL) is an SQL like language to perform queries on .git files"
url="https://github.com/AmrDeveloper/GQL"
@@ -17,16 +17,16 @@ source=("LICENSE_${pkgver}::$_urlraw/LICENSE"
"CONTRIBUTING_${pkgver}::$_urlraw/CONTRIBUTING.md"
"CHANGELOG_${pkgver}::$_urlraw/CHANGELOG.md"
"CODE_OF_CONDUCT_${pkgver}::$_urlraw/CODE_OF_CONDUCT.md")
-source_x86_64=("${_pkgname}_${pkgver}_x86_64.gz::$url/releases/download/${pkgver}/${_pkgname}-x86_64-linux.gz")
-source_aarch64=("${_pkgname}_${pkgver}_aarch64.gz::$url/releases/download/${pkgver}/${_pkgname}-aarch64-linux.gz")
+source_x86_64=("${_pkgname}_${pkgver}_x86_64.gz::$url/releases/download/${pkgver}/${_pkgname}-${arch[0]}-linux.gz")
+source_aarch64=("${_pkgname}_${pkgver}_aarch64.gz::$url/releases/download/${pkgver}/${_pkgname}-${arch[1]}-linux.gz")
sha256sums=('538a5a5e065de1fe693ebf72cf3c0c69656d4438663ff4aefbd59a4a63bc683f'
'54db543e154bb141ec97966aa8add22a23910af719b3557b8040e8940e94844f'
'ab676df3728c0813f8d7ad2ddcc07fba94ff0970293a7a6f28bcfaa6b0696e95'
'af4ac8b60c924c903e093e862bfa490127221ba058713ab6163662cde9312632'
- '16e6d42812dfcebd03d34cb193f9f3cb7ae8921873bc578c962bfd4b503efb91'
+ 'd1656b898a02ee2da2a3b60d772db4af65d1459e3b668722f0327df8820da675'
'c8e12f62115ab9962711b84bc396adbf75dfc3c4c7e309b37fed1742567bcb0d')
-sha256sums_x86_64=('a9dd2fd4a3a8af38d8676b6e4c63d0bec12ab583188bf68c6b3973ecedbc045b')
-sha256sums_aarch64=('6bbb6e39c1acb01eb83a0b45d1501df8931524c01b4e477e9e0f6b80e155c648')
+sha256sums_x86_64=('dc905c58a43440edd9596af3ad73b8ec69117cbed8d1783bb946f0f04be2cbd2')
+sha256sums_aarch64=('019da29c0ff60b15196c5c0ed8d71efb0a9056912d3732c6a3608cb8357c3b69')
package() {
install -vDm755 "$srcdir/${_pkgname}_${pkgver}_${arch}" "$pkgdir/usr/bin/${_pkgbinary}"