summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95f8334e0457..a355f8550742 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rayr https://rayr.ml/LinkInBio/
pkgname=currencyconverter
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="A CLI program that converts currencies using currency exchange rates"
arch=('x86_64')
@@ -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=('0bf01dd8b9d0e97123e6a417a0e1ac0e')
+md5sums=('0f3dcf876d3240cead3f8a22a7ccf7f9')
# Go Flags https://wiki.archlinux.org/title/Go_package_guidelines#Flags_and_build_options
export CGO_CPPFLAGS="${CPPFLAGS}"