summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVíctor Pont2023-11-01 18:40:04 +0100
committerVíctor Pont2023-11-01 18:40:04 +0100
commitf8677c8c92a1ac843afc6cb7a468d398f72011f8 (patch)
treeacc84c950be275ba9077cf5f094cdf460495a586
parentcf80eaabad223ddd802df9543e6d3689dffc8035 (diff)
downloadaur-teensy-loader.tar.gz
Bump to v1.58
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d9927d144b9..3e3379394efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = teensy-loader
pkgdesc = The Teensy Loader program communicates with your Teensy board when the HalfKay bootloader is running, so you can download new programs and run them
- pkgver = 1.56
+ pkgver = 1.58
pkgrel = 1
url = https://www.pjrc.com/teensy/loader.html
arch = x86_64
depends = gtk2
depends = libpng12
depends = libusb
- source = teensy-loader-1.56.tar.gz::https://www.pjrc.com/teensy/teensy_linux64.tar.gz
+ source = teensy-loader-1.58.tar.gz::https://www.pjrc.com/teensy/teensy_linux64.tar.gz
source = https://www.pjrc.com/teensy/00-teensy.rules
- sha256sums = 9d8325378fdd23343ed3f24342ab8bd50e6291ab4f1c74403d5f8e7e02ca4b66
+ sha256sums = 3c772aea35569122e3b4ccbfc2febbe014a8c356a3809d3f85a8fe57bc56f9b9
sha256sums = 17f56b63603271e2cdae291fed347b66dfbdfd089b2847cf0b4383c877ffacfb
pkgname = teensy-loader
diff --git a/PKGBUILD b/PKGBUILD
index 8ee4ae257eb9..2df8e4e5f7c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="teensy-loader"
-pkgver=1.56
+pkgver=1.58
pkgrel=1
pkgdesc="The Teensy Loader program communicates with your Teensy board when the HalfKay bootloader is running, so you can download new programs and run them"
arch=("x86_64")
@@ -14,7 +14,7 @@ source=(
"https://www.pjrc.com/teensy/00-teensy.rules"
)
sha256sums=(
- "9d8325378fdd23343ed3f24342ab8bd50e6291ab4f1c74403d5f8e7e02ca4b66"
+ "3c772aea35569122e3b4ccbfc2febbe014a8c356a3809d3f85a8fe57bc56f9b9"
"17f56b63603271e2cdae291fed347b66dfbdfd089b2847cf0b4383c877ffacfb"
)