summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRayrsn2023-11-27 15:30:53 +0200
committerRayrsn2023-11-27 15:30:53 +0200
commita964cf89166274807998e2b97bb5b4c905a8d2d4 (patch)
tree9b7b50fbfdc528cd5d48a399f5de3b80eecd5077
parentbbc497ef82fe319ef927e42f61d85b4ad5b68568 (diff)
downloadaur-currencyconverter.tar.gz
New API
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e4ca42cd05..fd35f1b7a128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,6 @@ pkgbase = currencyconverter
license = GPL
makedepends = go
source = https://github.com/Rayrsn/currencyConverter/archive/refs/tags/1.0.6.zip
- md5sums = 61f93217474d3577ce99f21697b0d0ff
+ md5sums = 97f728b4b00aa20ac66d07a7e1c5eb80
pkgname = currencyconverter
diff --git a/PKGBUILD b/PKGBUILD
index 2dc845da6afa..b63a6683580c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/Rayrsn/currencyConverter"
license=('GPL')
makedepends=('go')
source=("https://github.com/Rayrsn/currencyConverter/archive/refs/tags/$pkgver.zip")
-md5sums=('61f93217474d3577ce99f21697b0d0ff')
+md5sums=('97f728b4b00aa20ac66d07a7e1c5eb80')
# Go Flags https://wiki.archlinux.org/title/Go_package_guidelines#Flags_and_build_options
export CGO_CPPFLAGS="${CPPFLAGS}"